mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(l10n): Update translations from Transifex
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
b7d5d58879
commit
10f7336eed
172 changed files with 1416 additions and 162 deletions
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"admin_audit",
|
||||
{
|
||||
"Auditing / Logging" : "Аудит / Лог"
|
||||
"Auditing / Logging" : "Аудит / Лог",
|
||||
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Nextcloud-д файл нэвтрэлт болон мэдрэмтгий үйлдлүүдийг бүртгэх зэрэг лог хөтлөх чадварыг олгодог."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"Auditing / Logging" : "Аудит / Лог"
|
||||
"Auditing / Logging" : "Аудит / Лог",
|
||||
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Nextcloud-д файл нэвтрэлт болон мэдрэмтгий үйлдлүүдийг бүртгэх зэрэг лог хөтлөх чадварыг олгодог."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -2,6 +2,7 @@ OC.L10N.register(
|
|||
"cloud_federation_api",
|
||||
{
|
||||
"Cloud Federation API" : "Cloud Federation API",
|
||||
"Enable clouds to communicate with each other and exchange data" : "Үүлнүүдийг хоорондоо холбогдож өгөгдөл солилцох боломжтой болгох"
|
||||
"Enable clouds to communicate with each other and exchange data" : "Үүлнүүдийг хоорондоо холбогдож өгөгдөл солилцох боломжтой болгох",
|
||||
"The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Cloud Federation API нь янз бүрийн Nextcloud инстанцуудад хоорондоо харилцах болон өгөгдөл солилцох боломжийг олгодог."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{ "translations": {
|
||||
"Cloud Federation API" : "Cloud Federation API",
|
||||
"Enable clouds to communicate with each other and exchange data" : "Үүлнүүдийг хоорондоо холбогдож өгөгдөл солилцох боломжтой болгох"
|
||||
"Enable clouds to communicate with each other and exchange data" : "Үүлнүүдийг хоорондоо холбогдож өгөгдөл солилцох боломжтой болгох",
|
||||
"The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Cloud Federation API нь янз бүрийн Nextcloud инстанцуудад хоорондоо харилцах болон өгөгдөл солилцох боломжийг олгодог."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -10,6 +10,7 @@ OC.L10N.register(
|
|||
"{author} commented on {file}" : "{author} нь {file}-д сэтгэгдэл бичсэн",
|
||||
"<strong>Comments</strong> for files" : "Файлууд дахь<strong>Сэтгэгдэлүүд</strong>",
|
||||
"Files" : "Файлууд",
|
||||
"You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Та \"{file}\" дээр, устгагдсан акаунтын сэтгэгдэлд дурдагдсан байна",
|
||||
"{user} mentioned you in a comment on \"{file}\"" : "{user} таныг \"{file}\" дээрх сэтгэгдэлд дурдсан",
|
||||
"Files app plugin to add comments to files" : "Файлд сэтгэгдэл нэмэх Файлын апп плагин",
|
||||
"Edit comment" : "Сэтгэгдэл засах",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"{author} commented on {file}" : "{author} нь {file}-д сэтгэгдэл бичсэн",
|
||||
"<strong>Comments</strong> for files" : "Файлууд дахь<strong>Сэтгэгдэлүүд</strong>",
|
||||
"Files" : "Файлууд",
|
||||
"You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Та \"{file}\" дээр, устгагдсан акаунтын сэтгэгдэлд дурдагдсан байна",
|
||||
"{user} mentioned you in a comment on \"{file}\"" : "{user} таныг \"{file}\" дээрх сэтгэгдэлд дурдсан",
|
||||
"Files app plugin to add comments to files" : "Файлд сэтгэгдэл нэмэх Файлын апп плагин",
|
||||
"Edit comment" : "Сэтгэгдэл засах",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ OC.L10N.register(
|
|||
{
|
||||
"Recently contacted" : "Саяхан холбоо барьсан",
|
||||
"Contacts Interaction" : "Харилцагчийн харилцан үйлдэл",
|
||||
"Manages interaction between accounts and contacts" : "Бүртгэл ба харилцагчдын хоорондын харилцааг удирддаг"
|
||||
"Manages interaction between accounts and contacts" : "Бүртгэл ба харилцагчдын хоорондын харилцааг удирддаг",
|
||||
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Бүртгэл болон харилцагчдын харилцан үйлчлэлийн өгөгдлийг цуглуулж, тэдгээр өгөгдлийн хаягийн дэвтрийг хангана"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{ "translations": {
|
||||
"Recently contacted" : "Саяхан холбоо барьсан",
|
||||
"Contacts Interaction" : "Харилцагчийн харилцан үйлдэл",
|
||||
"Manages interaction between accounts and contacts" : "Бүртгэл ба харилцагчдын хоорондын харилцааг удирддаг"
|
||||
"Manages interaction between accounts and contacts" : "Бүртгэл ба харилцагчдын хоорондын харилцааг удирддаг",
|
||||
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Бүртгэл болон харилцагчдын харилцан үйлчлэлийн өгөгдлийг цуглуулж, тэдгээр өгөгдлийн хаягийн дэвтрийг хангана"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -3,6 +3,7 @@ OC.L10N.register(
|
|||
{
|
||||
"Dashboard" : "Хянах самбар",
|
||||
"Dashboard app" : "Хянах самбар апп",
|
||||
"Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an overview of your upcoming appointments, urgent emails, chat messages, incoming tickets, latest tweets and much more! People can add the widgets they like and change the background to their liking." : "Өдрөө мэдлэгтэйгээр эхлүүл\n\nNextcloud Dashboard нь таны өдрийн эхлэх цэг бөгөөд ирэх уулзалтууд, яаралтай имэйлүүд, чат мессежүүд, ирсэн тикетүүд, сүүлийн tweet-үүд болон бусад олон зүйлийн тоймыг өгдөг! Хэрэглэгчид өөрт таалагдах widget-үүдийг нэмж, арын дэвсгэрийг өөрчлөх боломжтой.",
|
||||
"Weather" : "Цаг агаар",
|
||||
"Status" : "төлөв",
|
||||
"Good morning" : "Өглөөний мэнд",
|
||||
|
|
@ -17,6 +18,7 @@ OC.L10N.register(
|
|||
"Edit widgets" : "Виджетүүд засах",
|
||||
"Get more widgets from the App Store" : "App Store-оос илүү олон виджет авах",
|
||||
"Weather service" : "Цаг агаарын үйлчилгээ",
|
||||
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information." : "Таны нууцлалын үүднээс цаг агаарын мэдээллийг таны {productName} сервер таны өмнөөс хүсэлт гаргадаг тул цаг агаарын үйлчилгээнд хувийн мэдээлэл дамждаггүй.",
|
||||
"Weather data from Met.no" : "Met.no-оос цаг агаарын өгөгдөл",
|
||||
"geocoding with Nominatim" : "Nominatim-ээр геокодчилол",
|
||||
"elevation data from OpenTopoData" : "OpenTopoData-аас өндрийн өгөгдөл"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{ "translations": {
|
||||
"Dashboard" : "Хянах самбар",
|
||||
"Dashboard app" : "Хянах самбар апп",
|
||||
"Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an overview of your upcoming appointments, urgent emails, chat messages, incoming tickets, latest tweets and much more! People can add the widgets they like and change the background to their liking." : "Өдрөө мэдлэгтэйгээр эхлүүл\n\nNextcloud Dashboard нь таны өдрийн эхлэх цэг бөгөөд ирэх уулзалтууд, яаралтай имэйлүүд, чат мессежүүд, ирсэн тикетүүд, сүүлийн tweet-үүд болон бусад олон зүйлийн тоймыг өгдөг! Хэрэглэгчид өөрт таалагдах widget-үүдийг нэмж, арын дэвсгэрийг өөрчлөх боломжтой.",
|
||||
"Weather" : "Цаг агаар",
|
||||
"Status" : "төлөв",
|
||||
"Good morning" : "Өглөөний мэнд",
|
||||
|
|
@ -15,6 +16,7 @@
|
|||
"Edit widgets" : "Виджетүүд засах",
|
||||
"Get more widgets from the App Store" : "App Store-оос илүү олон виджет авах",
|
||||
"Weather service" : "Цаг агаарын үйлчилгээ",
|
||||
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information." : "Таны нууцлалын үүднээс цаг агаарын мэдээллийг таны {productName} сервер таны өмнөөс хүсэлт гаргадаг тул цаг агаарын үйлчилгээнд хувийн мэдээлэл дамждаггүй.",
|
||||
"Weather data from Met.no" : "Met.no-оос цаг агаарын өгөгдөл",
|
||||
"geocoding with Nominatim" : "Nominatim-ээр геокодчилол",
|
||||
"elevation data from OpenTopoData" : "OpenTopoData-аас өндрийн өгөгдөл"
|
||||
|
|
|
|||
|
|
@ -32,6 +32,8 @@ OC.L10N.register(
|
|||
"You deleted event {event} from calendar {calendar}" : "Та {calendar} календараас {event} үйл явдал устгасан",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor} {calendar} календарт {event} үйл явдал шинэчилсэн",
|
||||
"You updated event {event} in calendar {calendar}" : "Та {calendar} календарт {event} үйл явдал шинэчилсэн",
|
||||
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} нь {event} үйл явдлыг {sourceCalendar} календараас {targetCalendar} календарт шилжүүллээ",
|
||||
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Та {event} үйл явдлыг {sourceCalendar} календараас {targetCalendar} календарт шилжүүллээ",
|
||||
"{actor} restored event {event} of calendar {calendar}" : "{actor} {calendar} календарын {event} үйл явдлыг сэргээсэн",
|
||||
"You restored event {event} of calendar {calendar}" : "Та {calendar} календарын {event} үйл явдлыг сэргээсэн",
|
||||
"Busy" : "Завгүй",
|
||||
|
|
@ -45,6 +47,7 @@ OC.L10N.register(
|
|||
"You solved to-do {todo} in list {calendar}" : "Та {calendar} жагсаалтын {todo} хийх зүйлийг шийдсэн",
|
||||
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} {calendar} жагсаалтын {todo} хийх зүйлийг дахин нээсэн",
|
||||
"You reopened to-do {todo} in list {calendar}" : "Та {calendar} жагсаалтын {todo} хийх зүйлийг дахин нээсэн",
|
||||
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} нь {todo} даалгаврыг {sourceCalendar} жагсаалтаас {targetCalendar} жагсаалтад шилжүүллээ",
|
||||
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Та {todo} хийх зүйлийг {sourceCalendar} жагсаалтаас {targetCalendar} жагсаалт руу зөөсөн",
|
||||
"Calendar, contacts and tasks" : "Календар, харилцагчид болон даалгаврууд",
|
||||
"A <strong>calendar</strong> was modified" : "<strong>Календар</strong> өөрчлөгдсөн",
|
||||
|
|
@ -218,6 +221,7 @@ OC.L10N.register(
|
|||
"You updated contact {card} in address book {addressbook}" : "Та {addressbook} хаягийн дэвтэрт {card} харилцагчийг шинэчилсэн",
|
||||
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "<strong>Харилцагч</strong> эсвэл <strong>хаягийн дэвтэр</strong> өөрчлөгдсөн",
|
||||
"System address book disabled" : "Системийн хаягийн дэвтэр идэвхгүй",
|
||||
"The system contacts address book has been automatically disabled during upgrade. This means that the address book will no longer be available to users in the contacts app or other clients. The system contacts address book was disabled because the amount of contacts in the address book exceeded the maximum recommended number of contacts. This limit is set to prevent performance issues. You can re-enable the system address book with the following command {command}" : "Системийн харилцагчдын дэвтэр шинэчлэлийн явцад автоматаар идэвхгүй болсон. Энэ нь уг дэвтэр харилцагчдын програм болон бусад клиентүүдэд хэрэглэгчдэд ашиглах боломжгүй болсныг хэлнэ. Системийн харилцагчдын дэвтэр дэх харилцагчдын тоо зөвлөмж болгосон дээд хязгаараас хэтэрсэн тул идэвхгүй болсон. Уг хязгаар нь гүйцэтгэлийн асуудлаас урьдчилан сэргийлэхийн тулд тогтоосон. Системийн дэвтрийг дараах тушаалаар дахин идэвхжүүлж болно: {command}",
|
||||
"Accounts" : "Accounts",
|
||||
"System address book which holds all accounts" : "Бүх хаягийг агуулсан системийн хаягийн дэвтэр",
|
||||
"File is not updatable: %1$s" : "Файл шинэчлэгдэх боломжгүй: %1$s",
|
||||
|
|
@ -225,6 +229,8 @@ OC.L10N.register(
|
|||
"Could not write to final file, canceled by hook" : "Эцсийн файл руу бичиж чадсангүй, hook-р цуцлагдсан",
|
||||
"Could not write file contents" : "Файлын агуулгыг бичиж чадсангүй",
|
||||
"_%n byte_::_%n bytes_" : ["%n байт","%n байт"],
|
||||
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Файлыг зорилтот байршилд хуулахад алдаа гарлаа (хуулсан: %1$s, хүлээгдсэн хэмжээ: %2$s)",
|
||||
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "%1$s хэмжээтэй файл хүлээгдэж байсан боловч Nextcloud клиентээс уншсан болон Nextcloud хадгалалтад бичсэн хэмжээ %2$s байна. Энэ нь илгээгч талын сүлжээний асуудал эсвэл серверийн хадгалалтад бичих асуудал байж болно.",
|
||||
"Could not rename part file to final file, canceled by hook" : "Хэсэг файлыг эцсийн файл болгон нэр өөрчилж чадсангүй, hook-р цуцлагдсан",
|
||||
"Could not rename part file to final file" : "Хэсэг файлыг эцсийн файл болгон нэр өөрчилж чадсангүй",
|
||||
"Failed to check file size: %1$s" : "Файлын хэмжээг шалгаж чадсангүй: %1$s",
|
||||
|
|
@ -238,6 +244,7 @@ OC.L10N.register(
|
|||
"Invalid target path" : "Зорилтот зам буруу",
|
||||
"System is in maintenance mode." : "Систем засвар үйлчилгээний горимд байна.",
|
||||
"Upgrade needed" : "Шинэчлэлт шаардлагатай",
|
||||
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "iOS/macOS дээр CalDAV болон CardDAV ашиглахын тулд %s-ийг HTTPS ашиглахаар тохируулах шаардлагатай.",
|
||||
"Configures a CalDAV account" : "CalDAV хаяг тохируулах",
|
||||
"Configures a CardDAV account" : "CardDAV хаяг тохируулах",
|
||||
"Events" : "Үйл явдлууд",
|
||||
|
|
@ -245,14 +252,22 @@ OC.L10N.register(
|
|||
"Completed on %s" : "%s-д дууссан",
|
||||
"Due on %s by %s" : "%s-д %s хүртэл хийх",
|
||||
"Due on %s" : "%s-д хийх",
|
||||
"Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Nextcloud Calendar-т тавтай морил!\n\nЭнэ бол жишээ үйл явдал юм - хүссэн зүйлээ засварлаж Nextcloud Calendar-ийн төлөвлөлтийн уян хатан байдлыг туршаарай!\n\nNextcloud Calendar-аар та дараах боломжтой:\n- Үйл явдал үүсгэх, засварлах, удирдах.\n- Олон календар үүсгэж баг, найз нөхөд болон гэр бүлтэйгээ хуваалцах.\n- Чөлөөт цагийг шалгаж, завгүй байгаа цагаа бусдад харуулах.\n- CalDAV-аар програм болон төхөөрөмжтэй саадгүй нэгтгэх.\n- Туршлагаа тохируулах: давтагдах үйл явдал товлох, мэдэгдэл болон бусад тохиргоог өөрчлөх.",
|
||||
"Example event - open me!" : "Жишээ үйл явдал - намайг нээ!",
|
||||
"System Address Book" : "Системийн хаягийн дэвтэр",
|
||||
"The system address book contains contact information for all users in your instance." : "Системийн дэвтэр нь таны системийн бүх хэрэглэгчдийн холбоо барих мэдээллийг агуулдаг.",
|
||||
"Enable System Address Book" : "Системийн хаягийн дэвтрийг идэвхжүүлэх",
|
||||
"DAV system address book" : "DAV системийн хаягийн дэвтэр",
|
||||
"No outstanding DAV system address book sync." : "DAV системийн хаягийн дэвтрийн синк хүлээгдэж буй зүйл байхгүй.",
|
||||
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "DAV системийн дэвтрийн синхрончлол ажиллаагүй байна — системд 1000-аас дэлгэрэнгүй хэрэглэгч байгаа эсвэл алдаа гарсан. \"occ dav:sync-system-addressbook\" тушаалаар гараар ажиллуулна уу.",
|
||||
"DAV system address book size" : "DAV системийн хаягийн дэвтрийн хэмжээ",
|
||||
"The system address book is disabled" : "Системийн хаягийн дэвтэр идэвхгүй",
|
||||
"The system address book is enabled, but contains more than the configured limit of %d contacts" : "Системийн дэвтэр идэвхтэй байгаа боловч тохируулсан %d харилцагчийн хязгаараас илүү мэдээлэл агуулж байна",
|
||||
"The system address book is enabled and contains less than the configured limit of %d contacts" : "Системийн дэвтэр идэвхтэй бөгөөд тохируулсан %d харилцагчийн хязгаараас бага мэдээлэл агуулж байна",
|
||||
"WebDAV endpoint" : "WebDAV цэг",
|
||||
"Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "Вэб серверийг WebDAV-аар файл синхрончлолд зохих ёсоор тохируулсан эсэхийг шалгах боломжгүй байна. Гараар шалгана уу.",
|
||||
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "WebDAV интерфейс эвдэрсэн тул вэб сервер файл синхрончлолд зохих ёсоор тохируулагдаагүй байна.",
|
||||
"Your web server is properly set up to allow file synchronization over WebDAV." : "Вэб сервер нь WebDAV-аар файл синхрончлол хийхэд зохих ёсоор тохируулагдсан байна.",
|
||||
"Migrated calendar (%1$s)" : "Шилжүүлсэн календар (%1$s)",
|
||||
"Calendars including events, details and attendees" : "Үйл явдал, дэлгэрэнгүй болон оролцогчдыг агуулсан календарууд",
|
||||
"Contacts and groups" : "Харилцагчид болон бүлгүүд",
|
||||
|
|
@ -279,6 +294,7 @@ OC.L10N.register(
|
|||
"Weekdays" : "Ажлын өдрүүд",
|
||||
"Pick a start time for {dayName}" : "{dayName}-д эхлэх цаг сонгох",
|
||||
"Pick a end time for {dayName}" : "{dayName}-д дуусах цаг сонгох",
|
||||
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Бүх мэдэгдлийг хаахын тулд ажлын цагийн гадна хэрэглэгчийн төлвийг автоматаар \"Бүү саад бол\" болгох.",
|
||||
"Cancel" : "Цуцлах",
|
||||
"Import" : "–ò–º–ø–æ—Ä—Ç",
|
||||
"Error while saving settings" : "Тохиргоо хадгалахад алдаа гарлаа",
|
||||
|
|
@ -289,6 +305,7 @@ OC.L10N.register(
|
|||
"Import contact" : "Харилцагч импортлох",
|
||||
"Reset to default" : "Анхны байдлаар сэргээх",
|
||||
"Import contacts" : "Харилцагчдыг импортлох",
|
||||
"Importing a new .vcf file will delete the existing default contact and replace it with the new one. Do you want to continue?" : "Шинэ .vcf файл импортлох нь одоо байгаа үндсэн харилцагчийг устгаж шинээр орлуулах болно. Үргэлжлүүлэх үү?",
|
||||
"Failed to save example event creation setting" : "Жишээ үйл явдал үүсгэх тохиргоог хадгалж чадсангүй",
|
||||
"Failed to upload the example event" : "Жишээ үйл явдал байршуулж чадсангүй",
|
||||
"Custom example event was saved successfully" : "Тусгай жишээ үйл явдал амжилттай хадгалагдлаа",
|
||||
|
|
@ -297,17 +314,22 @@ OC.L10N.register(
|
|||
"Import calendar event" : "Календарын үйл явдал импортлох",
|
||||
"Uploading a new event will overwrite the existing one." : "Шинэ үйл явдал байршуулах нь одоо байгааг дарж бичнэ.",
|
||||
"Upload event" : "Үйл явдал байршуулах",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Мөн {calendarappstoreopen}Calendar програм{linkclose}-ыг суулгах, эсвэл {calendardocopen}синхрончлолын тулд компьютер болон гар утсаа холбох ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "{emailopen}Имэйл серверийг{linkclose} зөв тохируулсан эсэхийг шалгана уу.",
|
||||
"Calendar server" : "Календарын сервер",
|
||||
"Send invitations to attendees" : "Оролцогчдод урилга илгээх",
|
||||
"Automatically generate a birthday calendar" : "Төрсөн өдрийн календарыг автоматаар үүсгэх",
|
||||
"Birthday calendars will be generated by a background job." : "Төрсөн өдрийн календарууд ар талын ажлаар үүсгэгдэнэ.",
|
||||
"Hence they will not be available immediately after enabling but will show up after some time." : "Тиймээс идэвхжүүлснийхээ дараа шууд харагдахгүй, харин хэсэг хугацааны дараа гарч ирнэ.",
|
||||
"Send notifications for events" : "Үйл явдлуудад мэдэгдэл илгээх",
|
||||
"Notifications are sent via background jobs, so these must occur often enough." : "Мэдэгдлийг дэвсгэр ажлуудаар дамжуулан илгээдэг тул тэдгээр ажлууд хангалттай давтамжтай ажиллах ёстой.",
|
||||
"Send reminder notifications to calendar sharees as well" : "Календар хуваалцсан хүмүүст мөн сануулгын мэдэгдэл илгээх",
|
||||
"Reminders are always sent to organizers and attendees." : "Сануулгууд үргэлж зохион байгуулагчид болон оролцогчдод илгээгддэг.",
|
||||
"Enable notifications for events via push" : "Үйл явдлуудын мэдэгдлийг push-р идэвхжүүлэх",
|
||||
"Example content" : "Жишээ контент",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Жишээ контент нь Nextcloud-ийн боломжуудыг харуулахад зориулагдсан. Үндсэн контент нь Nextcloud-тай хамт ирдэг бөгөөд өөрийн контентоор солих боломжтой.",
|
||||
"Availability" : "Бэлэн байдал",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ажлын цагаа тохируулсан бол уулзалт товлох үед бусад хүмүүс та оффисоос гарсан цагийг харах боломжтой болно.",
|
||||
"Absence" : "Эзгүй байдал",
|
||||
"Configure your next absence period." : "Дараагийн эзгүй байх хугацааг тохируулах.",
|
||||
"There was an error updating your attendance status." : "Таны ирцийн төлөвийг шинэчлэхэд алдаа гарлаа.",
|
||||
|
|
|
|||
|
|
@ -30,6 +30,8 @@
|
|||
"You deleted event {event} from calendar {calendar}" : "Та {calendar} календараас {event} үйл явдал устгасан",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor} {calendar} календарт {event} үйл явдал шинэчилсэн",
|
||||
"You updated event {event} in calendar {calendar}" : "Та {calendar} календарт {event} үйл явдал шинэчилсэн",
|
||||
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} нь {event} үйл явдлыг {sourceCalendar} календараас {targetCalendar} календарт шилжүүллээ",
|
||||
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Та {event} үйл явдлыг {sourceCalendar} календараас {targetCalendar} календарт шилжүүллээ",
|
||||
"{actor} restored event {event} of calendar {calendar}" : "{actor} {calendar} календарын {event} үйл явдлыг сэргээсэн",
|
||||
"You restored event {event} of calendar {calendar}" : "Та {calendar} календарын {event} үйл явдлыг сэргээсэн",
|
||||
"Busy" : "Завгүй",
|
||||
|
|
@ -43,6 +45,7 @@
|
|||
"You solved to-do {todo} in list {calendar}" : "Та {calendar} жагсаалтын {todo} хийх зүйлийг шийдсэн",
|
||||
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} {calendar} жагсаалтын {todo} хийх зүйлийг дахин нээсэн",
|
||||
"You reopened to-do {todo} in list {calendar}" : "Та {calendar} жагсаалтын {todo} хийх зүйлийг дахин нээсэн",
|
||||
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} нь {todo} даалгаврыг {sourceCalendar} жагсаалтаас {targetCalendar} жагсаалтад шилжүүллээ",
|
||||
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Та {todo} хийх зүйлийг {sourceCalendar} жагсаалтаас {targetCalendar} жагсаалт руу зөөсөн",
|
||||
"Calendar, contacts and tasks" : "Календар, харилцагчид болон даалгаврууд",
|
||||
"A <strong>calendar</strong> was modified" : "<strong>Календар</strong> өөрчлөгдсөн",
|
||||
|
|
@ -216,6 +219,7 @@
|
|||
"You updated contact {card} in address book {addressbook}" : "Та {addressbook} хаягийн дэвтэрт {card} харилцагчийг шинэчилсэн",
|
||||
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "<strong>Харилцагч</strong> эсвэл <strong>хаягийн дэвтэр</strong> өөрчлөгдсөн",
|
||||
"System address book disabled" : "Системийн хаягийн дэвтэр идэвхгүй",
|
||||
"The system contacts address book has been automatically disabled during upgrade. This means that the address book will no longer be available to users in the contacts app or other clients. The system contacts address book was disabled because the amount of contacts in the address book exceeded the maximum recommended number of contacts. This limit is set to prevent performance issues. You can re-enable the system address book with the following command {command}" : "Системийн харилцагчдын дэвтэр шинэчлэлийн явцад автоматаар идэвхгүй болсон. Энэ нь уг дэвтэр харилцагчдын програм болон бусад клиентүүдэд хэрэглэгчдэд ашиглах боломжгүй болсныг хэлнэ. Системийн харилцагчдын дэвтэр дэх харилцагчдын тоо зөвлөмж болгосон дээд хязгаараас хэтэрсэн тул идэвхгүй болсон. Уг хязгаар нь гүйцэтгэлийн асуудлаас урьдчилан сэргийлэхийн тулд тогтоосон. Системийн дэвтрийг дараах тушаалаар дахин идэвхжүүлж болно: {command}",
|
||||
"Accounts" : "Accounts",
|
||||
"System address book which holds all accounts" : "Бүх хаягийг агуулсан системийн хаягийн дэвтэр",
|
||||
"File is not updatable: %1$s" : "Файл шинэчлэгдэх боломжгүй: %1$s",
|
||||
|
|
@ -223,6 +227,8 @@
|
|||
"Could not write to final file, canceled by hook" : "Эцсийн файл руу бичиж чадсангүй, hook-р цуцлагдсан",
|
||||
"Could not write file contents" : "Файлын агуулгыг бичиж чадсангүй",
|
||||
"_%n byte_::_%n bytes_" : ["%n байт","%n байт"],
|
||||
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Файлыг зорилтот байршилд хуулахад алдаа гарлаа (хуулсан: %1$s, хүлээгдсэн хэмжээ: %2$s)",
|
||||
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "%1$s хэмжээтэй файл хүлээгдэж байсан боловч Nextcloud клиентээс уншсан болон Nextcloud хадгалалтад бичсэн хэмжээ %2$s байна. Энэ нь илгээгч талын сүлжээний асуудал эсвэл серверийн хадгалалтад бичих асуудал байж болно.",
|
||||
"Could not rename part file to final file, canceled by hook" : "Хэсэг файлыг эцсийн файл болгон нэр өөрчилж чадсангүй, hook-р цуцлагдсан",
|
||||
"Could not rename part file to final file" : "Хэсэг файлыг эцсийн файл болгон нэр өөрчилж чадсангүй",
|
||||
"Failed to check file size: %1$s" : "Файлын хэмжээг шалгаж чадсангүй: %1$s",
|
||||
|
|
@ -236,6 +242,7 @@
|
|||
"Invalid target path" : "Зорилтот зам буруу",
|
||||
"System is in maintenance mode." : "Систем засвар үйлчилгээний горимд байна.",
|
||||
"Upgrade needed" : "Шинэчлэлт шаардлагатай",
|
||||
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "iOS/macOS дээр CalDAV болон CardDAV ашиглахын тулд %s-ийг HTTPS ашиглахаар тохируулах шаардлагатай.",
|
||||
"Configures a CalDAV account" : "CalDAV хаяг тохируулах",
|
||||
"Configures a CardDAV account" : "CardDAV хаяг тохируулах",
|
||||
"Events" : "Үйл явдлууд",
|
||||
|
|
@ -243,14 +250,22 @@
|
|||
"Completed on %s" : "%s-д дууссан",
|
||||
"Due on %s by %s" : "%s-д %s хүртэл хийх",
|
||||
"Due on %s" : "%s-д хийх",
|
||||
"Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Nextcloud Calendar-т тавтай морил!\n\nЭнэ бол жишээ үйл явдал юм - хүссэн зүйлээ засварлаж Nextcloud Calendar-ийн төлөвлөлтийн уян хатан байдлыг туршаарай!\n\nNextcloud Calendar-аар та дараах боломжтой:\n- Үйл явдал үүсгэх, засварлах, удирдах.\n- Олон календар үүсгэж баг, найз нөхөд болон гэр бүлтэйгээ хуваалцах.\n- Чөлөөт цагийг шалгаж, завгүй байгаа цагаа бусдад харуулах.\n- CalDAV-аар програм болон төхөөрөмжтэй саадгүй нэгтгэх.\n- Туршлагаа тохируулах: давтагдах үйл явдал товлох, мэдэгдэл болон бусад тохиргоог өөрчлөх.",
|
||||
"Example event - open me!" : "Жишээ үйл явдал - намайг нээ!",
|
||||
"System Address Book" : "Системийн хаягийн дэвтэр",
|
||||
"The system address book contains contact information for all users in your instance." : "Системийн дэвтэр нь таны системийн бүх хэрэглэгчдийн холбоо барих мэдээллийг агуулдаг.",
|
||||
"Enable System Address Book" : "Системийн хаягийн дэвтрийг идэвхжүүлэх",
|
||||
"DAV system address book" : "DAV системийн хаягийн дэвтэр",
|
||||
"No outstanding DAV system address book sync." : "DAV системийн хаягийн дэвтрийн синк хүлээгдэж буй зүйл байхгүй.",
|
||||
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "DAV системийн дэвтрийн синхрончлол ажиллаагүй байна — системд 1000-аас дэлгэрэнгүй хэрэглэгч байгаа эсвэл алдаа гарсан. \"occ dav:sync-system-addressbook\" тушаалаар гараар ажиллуулна уу.",
|
||||
"DAV system address book size" : "DAV системийн хаягийн дэвтрийн хэмжээ",
|
||||
"The system address book is disabled" : "Системийн хаягийн дэвтэр идэвхгүй",
|
||||
"The system address book is enabled, but contains more than the configured limit of %d contacts" : "Системийн дэвтэр идэвхтэй байгаа боловч тохируулсан %d харилцагчийн хязгаараас илүү мэдээлэл агуулж байна",
|
||||
"The system address book is enabled and contains less than the configured limit of %d contacts" : "Системийн дэвтэр идэвхтэй бөгөөд тохируулсан %d харилцагчийн хязгаараас бага мэдээлэл агуулж байна",
|
||||
"WebDAV endpoint" : "WebDAV цэг",
|
||||
"Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "Вэб серверийг WebDAV-аар файл синхрончлолд зохих ёсоор тохируулсан эсэхийг шалгах боломжгүй байна. Гараар шалгана уу.",
|
||||
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "WebDAV интерфейс эвдэрсэн тул вэб сервер файл синхрончлолд зохих ёсоор тохируулагдаагүй байна.",
|
||||
"Your web server is properly set up to allow file synchronization over WebDAV." : "Вэб сервер нь WebDAV-аар файл синхрончлол хийхэд зохих ёсоор тохируулагдсан байна.",
|
||||
"Migrated calendar (%1$s)" : "Шилжүүлсэн календар (%1$s)",
|
||||
"Calendars including events, details and attendees" : "Үйл явдал, дэлгэрэнгүй болон оролцогчдыг агуулсан календарууд",
|
||||
"Contacts and groups" : "Харилцагчид болон бүлгүүд",
|
||||
|
|
@ -277,6 +292,7 @@
|
|||
"Weekdays" : "Ажлын өдрүүд",
|
||||
"Pick a start time for {dayName}" : "{dayName}-д эхлэх цаг сонгох",
|
||||
"Pick a end time for {dayName}" : "{dayName}-д дуусах цаг сонгох",
|
||||
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Бүх мэдэгдлийг хаахын тулд ажлын цагийн гадна хэрэглэгчийн төлвийг автоматаар \"Бүү саад бол\" болгох.",
|
||||
"Cancel" : "Цуцлах",
|
||||
"Import" : "–ò–º–ø–æ—Ä—Ç",
|
||||
"Error while saving settings" : "Тохиргоо хадгалахад алдаа гарлаа",
|
||||
|
|
@ -287,6 +303,7 @@
|
|||
"Import contact" : "Харилцагч импортлох",
|
||||
"Reset to default" : "Анхны байдлаар сэргээх",
|
||||
"Import contacts" : "Харилцагчдыг импортлох",
|
||||
"Importing a new .vcf file will delete the existing default contact and replace it with the new one. Do you want to continue?" : "Шинэ .vcf файл импортлох нь одоо байгаа үндсэн харилцагчийг устгаж шинээр орлуулах болно. Үргэлжлүүлэх үү?",
|
||||
"Failed to save example event creation setting" : "Жишээ үйл явдал үүсгэх тохиргоог хадгалж чадсангүй",
|
||||
"Failed to upload the example event" : "Жишээ үйл явдал байршуулж чадсангүй",
|
||||
"Custom example event was saved successfully" : "Тусгай жишээ үйл явдал амжилттай хадгалагдлаа",
|
||||
|
|
@ -295,17 +312,22 @@
|
|||
"Import calendar event" : "Календарын үйл явдал импортлох",
|
||||
"Uploading a new event will overwrite the existing one." : "Шинэ үйл явдал байршуулах нь одоо байгааг дарж бичнэ.",
|
||||
"Upload event" : "Үйл явдал байршуулах",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Мөн {calendarappstoreopen}Calendar програм{linkclose}-ыг суулгах, эсвэл {calendardocopen}синхрончлолын тулд компьютер болон гар утсаа холбох ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "{emailopen}Имэйл серверийг{linkclose} зөв тохируулсан эсэхийг шалгана уу.",
|
||||
"Calendar server" : "Календарын сервер",
|
||||
"Send invitations to attendees" : "Оролцогчдод урилга илгээх",
|
||||
"Automatically generate a birthday calendar" : "Төрсөн өдрийн календарыг автоматаар үүсгэх",
|
||||
"Birthday calendars will be generated by a background job." : "Төрсөн өдрийн календарууд ар талын ажлаар үүсгэгдэнэ.",
|
||||
"Hence they will not be available immediately after enabling but will show up after some time." : "Тиймээс идэвхжүүлснийхээ дараа шууд харагдахгүй, харин хэсэг хугацааны дараа гарч ирнэ.",
|
||||
"Send notifications for events" : "Үйл явдлуудад мэдэгдэл илгээх",
|
||||
"Notifications are sent via background jobs, so these must occur often enough." : "Мэдэгдлийг дэвсгэр ажлуудаар дамжуулан илгээдэг тул тэдгээр ажлууд хангалттай давтамжтай ажиллах ёстой.",
|
||||
"Send reminder notifications to calendar sharees as well" : "Календар хуваалцсан хүмүүст мөн сануулгын мэдэгдэл илгээх",
|
||||
"Reminders are always sent to organizers and attendees." : "Сануулгууд үргэлж зохион байгуулагчид болон оролцогчдод илгээгддэг.",
|
||||
"Enable notifications for events via push" : "Үйл явдлуудын мэдэгдлийг push-р идэвхжүүлэх",
|
||||
"Example content" : "Жишээ контент",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Жишээ контент нь Nextcloud-ийн боломжуудыг харуулахад зориулагдсан. Үндсэн контент нь Nextcloud-тай хамт ирдэг бөгөөд өөрийн контентоор солих боломжтой.",
|
||||
"Availability" : "Бэлэн байдал",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ажлын цагаа тохируулсан бол уулзалт товлох үед бусад хүмүүс та оффисоос гарсан цагийг харах боломжтой болно.",
|
||||
"Absence" : "Эзгүй байдал",
|
||||
"Configure your next absence period." : "Дараагийн эзгүй байх хугацааг тохируулах.",
|
||||
"There was an error updating your attendance status." : "Таны ирцийн төлөвийг шинэчлэхэд алдаа гарлаа.",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ OC.L10N.register(
|
|||
{
|
||||
"Missing recovery key password" : "Сэргээх түлхүүр хамгаалах нууц үг алга",
|
||||
"Please repeat the recovery key password" : "Сэргээх түлхүүр үгээ давтана уу",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "Давтан оруулсан нөхөн сэргээх түлхүүрийн нууц үг таарахгүй байна",
|
||||
"Recovery key successfully enabled" : "Сэргээх түлхүүр амжилттай идэвхжсэн",
|
||||
"Could not enable recovery key. Please check your recovery key password!" : "Сэргээх түлхүүрийг идэвхжүүлж чадсангүй. Сэргээх түлхүүрийн нууц үгээ шалгана уу!",
|
||||
"Recovery key successfully disabled" : "Сэргээх түлхүүр амжилттай идэвхгүй болсон",
|
||||
|
|
@ -14,37 +15,56 @@ OC.L10N.register(
|
|||
"Could not change the password. Maybe the old password was not correct." : "Нууц үгийг өөрчилж чадсангүй. Хуучин нууц үг буруу байсан байж магадгүй.",
|
||||
"Recovery Key disabled" : "Сэргээх түлхүүр идэвхгүй",
|
||||
"Recovery Key enabled" : "Сэргээх түлхүүр идэвхтэй",
|
||||
"Could not enable the recovery key, please try again or contact your administrator" : "Нөхөн сэргээх түлхүүрийг идэвхжүүлэх боломжгүй байна. Дахин оролдож үзнэ үү эсвэл администраторт хандана уу",
|
||||
"Could not update the private key password." : "Хувийн түлхүүрийн нууц үгийг шинэчилж чадсангүй.",
|
||||
"The old password was not correct, please try again." : "Хуучин нууц үг буруу байсан, дахин оролдоно уу.",
|
||||
"The current log-in password was not correct, please try again." : "Одоогийн нэвтрэх нууц үг буруу байсан, дахин оролдоно уу.",
|
||||
"Private key password successfully updated." : "Хувийн түлхүүрийн нууц үг амжилттай шинэчлэгдсэн.",
|
||||
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "Шифрлэлтийн програмд зориулсан хувийн түлхүүр хүчингүй байна. Шифрлэгдсэн файлуудад нэвтрэх эрхээ сэргээхийн тулд хувийн тохиргоодоо хувийн түлхүүрийн нууц үгээ шинэчилнэ үү.",
|
||||
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "Шифрлэлтийн програм идэвхтэй байна, гэхдээ таны түлхүүрүүд эхлүүлэгдээгүй байна. Гарч дахин нэвтэрнэ үү.",
|
||||
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Шифрлэлтийн модулийг ашиглахын тулд администраторын тохиргоонд серверийн талын шифрлэлтийг идэвхжүүлнэ үү.",
|
||||
"Encryption app is enabled and ready" : "Шифрлэлтийн апп идэвхтэй бөгөөд бэлэн",
|
||||
"Bad Signature" : "Буруу гарын үсэг",
|
||||
"Missing Signature" : "Гарын үсэг байхгүй",
|
||||
"one-time password for server-side-encryption" : "серверийн шифрлэлтийн нэг удаагийн нууц үг",
|
||||
"Encryption password" : "Шифрлэлтийн нууц үг",
|
||||
"The administration enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>." : "Администратор серверийн талын шифрлэлтийг идэвхжүүллээ. Таны файлууд <strong>%s</strong> нууц үгийг ашиглан шифрлэгдлээ.",
|
||||
"The administration enabled server-side-encryption. Your files were encrypted using the password \"%s\"." : "Администратор серверийн талын шифрлэлтийг идэвхжүүллээ. Таны файлууд \"%s\" нууц үгийг ашиглан шифрлэгдлээ.",
|
||||
"Please login to the web interface, go to the \"Security\" section of your personal settings and update your encryption password by entering this password into the \"Old login password\" field and your current login password." : "Веб интерфэйст нэвтэрч, хувийн тохиргооны \"Аюулгүй байдал\" хэсэгт очоод \"Хуучин нэвтрэх нууц үг\" талбарт энэ нууц үгийг болон одоогийн нэвтрэх нууц үгээ оруулж шифрлэлтийн нууц үгээ шинэчилнэ үү.",
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Энэ файлыг тайлах боломжгүй байна. Магадгүй энэ нь хуваалцсан файл байж болно. Файлын эзэмшигчээс файлыг дахин хуваалцахыг хүснэ үү.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Энэ файлыг унших боломжгүй байна. Магадгүй энэ нь хуваалцсан файл байж болно. Файлын эзэмшигчээс файлыг дахин хуваалцахыг хүснэ үү.",
|
||||
"Default Encryption Module" : "Анхдагч шифрлэлтийн модуль",
|
||||
"Default encryption module for Nextcloud Server-side Encryption (SSE)" : "Nextcloud серверийн шифрлэлтийн (SSE) анхдагч шифрлэлтийн модуль",
|
||||
"This app provides the (default) cryptography implementation for Nextcloud's Server-side Encryption (SSE) feature.\n\n\t\t\t**Encryption Details**\n\t\t\t* **Cipher Mode:** AES-256-CTR (default)\n\t\t\t* **Authentication:** HMAC-SHA256\n\n\t\t\t**Important Warnings**\n\t\t\t* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).\n\t\t\t* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI.\"\n\n\t\t\t**Notes for Existing Files**\n\t\t\t* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.\n\t\t\t* To encrypt all existing files, use the command `occ encryption:encrypt-all`.\n\n\t\t\t**Before You Begin**\n\t\t\t* **Read the Documentation:** Before you enable SSE, encrypt existing files, or disable SSE, it is critical to\n\t\t\t\tread the documentation to understand implications and the appropriate procedures to avoid data loss." : "Энэ програм нь Nextcloud-ын серверийн талын шифрлэлт (SSE) функцийн (өгөгдмөл) криптографийн хэрэгжүүлэлтийг хангадаг.\n\n\t\t\t**Шифрлэлтийн дэлгэрэнгүй**\n\t\t\t* **Шифрийн горим:** AES-256-CTR (өгөгдмөл)\n\t\t\t* **Баталгаажуулалт:** HMAC-SHA256\n\n\t\t\t**Чухал анхааруулгууд**\n\t\t\t* **АЮУЛ:** Бүх файлыг тайлах хүртэл (`occ encryption:decrypt-all`) энэ програмыг идэвхгүй болгож болохгүй.\n\t\t\t* **АНХААРУУЛГА:** Идэвхжүүлсний дараа шифрлэлтгүй файл хадгалалтад буцаах нь командын мөрийн хандалт шаарддаг. Web UI-аар хийсэн үйлдэл нь байнгын шинж чанартай байна.\"\n\n\t\t\t**Одоо байгаа файлуудын талаарх тэмдэглэл**\n\t\t\t* Өгөгдмөл байдлаар SSE идэвхжүүлэх нь одоо байгаа файлуудыг шифрлэхгүй; зөвхөн шинэ файлууд шифрлэгдэнэ.\n\t\t\t* Бүх одоо байгаа файлуудыг шифрлэхийн тулд `occ encryption:encrypt-all` тушаалыг ашиглана уу.\n\n\t\t\t**Эхлэхийн өмнө**\n\t\t\t* **Баримт бичгийг уншина уу:** SSE идэвхжүүлэх, одоо байгаа файлуудыг шифрлэх буюу SSE идэвхгүй болгохын өмнө өгөгдөл алдахаас зайлсхийхийн тулд нөлөөллийг болон зохих журмыг ойлгохын тулд баримт бичгийг унших нь маш чухал.",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Энэ сонголтыг идэвхжүүлэх нь үндсэн хадгалалт дээрх бүх файлуудыг шифрлэнэ, эс тэгвэл зөвхөн гадаад хадгалалт дээрх файлууд шифрлэгдэнэ",
|
||||
"Encrypt the home storage" : "Гэрийн санах ойг шифрлэх",
|
||||
"Disable recovery key" : "Сэргээх түлхүүрийг идэвхгүй болгох",
|
||||
"Enable recovery key" : "Сэргээх түлхүүрийг идэвхжүүлэх",
|
||||
"The recovery key is an additional encryption key used to encrypt files. It is used to recover files from an account if the password is forgotten." : "Нөхөн сэргээх түлхүүр нь файлуудыг шифрлэхэд ашигладаг нэмэлт шифрлэлтийн түлхүүр юм. Нууц үгийг мартсан тохиолдолд бүртгэлийн файлуудыг сэргээхэд ашиглагддаг.",
|
||||
"Recovery key password" : "Сэргээх түлхүүрийн нууц үг",
|
||||
"Passwords fields do not match" : "Нууц үгнүүд таарахгүй байна",
|
||||
"Repeat recovery key password" : "Сэргээх түлхүүрийн нууц үгийг давтах",
|
||||
"An error occurred while updating the recovery key settings. Please try again." : "Нөхөн сэргээх түлхүүрийн тохиргоог шинэчлэх явцад алдаа гарлаа. Дахин оролдоно уу.",
|
||||
"Change recovery key password" : "Нөөцлөлтийн түлхүүрийн нууц үг өөрчлөх",
|
||||
"Old recovery key password" : "Хуучин сэргээх түлхүүрийн нууц үг",
|
||||
"New recovery key password" : "Шинэ сэргээх түлхүүрийн нууц үг",
|
||||
"Repeat new recovery key password" : "Шинэ сэргээх түлхүүрийн нууц үгийг давтах",
|
||||
"An error occurred while changing the recovery key password. Please try again." : "Нөхөн сэргээх түлхүүрийн нууц үгийг өөрчлөх явцад алдаа гарлаа. Дахин оролдоно уу.",
|
||||
"Update private key password" : "Хувийн түлхүүрийн нууц үг шинэчлэх",
|
||||
"Your private key password no longer matches your log-in password. Set your old private key password to your current log-in password." : "Таны хувийн түлхүүрийн нууц үг одоогийн нэвтрэх нууц үгтэй таарахгүй байна. Хуучин хувийн түлхүүрийн нууц үгийг одоогийн нэвтрэх нууц үгтэй тохируулна уу.",
|
||||
"If you do not remember your old password you can ask your administrator to recover your files." : "Хэрэв та хуучин нууц үгээ санахгүй байвал администраторт хандаж файлуудаа сэргээлгэж болно.",
|
||||
"Old log-in password" : "Хуучин нэвтрэх нууц үг",
|
||||
"Current log-in password" : "Одоогийн нэвтрэх нууц үг",
|
||||
"Update" : "Шинэчлэх",
|
||||
"Updating recovery keys. This can take some time…" : "Нөөцлөлтийн түлхүүрүүдийг шинэчилж байна. Энэ хэсэг хугацаа шаардана…",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Энэ сонголтыг идэвхжүүлснээр нууц үгээ алдсан тохиолдолд шифрлэгдсэн файлуудад нэвтрэх эрхийг дахин олж авах боломжтой болно",
|
||||
"Enable password recovery" : "Нууц үг сэргээлтийг идэвхжүүлэх",
|
||||
"Default encryption module" : "Анхдагч шифрлэлтийн модуль",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Шифрлэлтийн програм идэвхтэй байна гэхдээ таны түлхүүрүүд эхлүүлэгдээгүй байна. Гарч дахин нэвтэрнэ үү",
|
||||
"Basic encryption module" : "Үндсэн шифрлэлтийн модуль",
|
||||
"Missing parameters" : "параметр байхгүй",
|
||||
"Default encryption module for server-side encryption" : "Серверийн шифрлэлтийн анхдагч шифрлэлтийн модуль",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Энэ шифрлэлтийн модулийг ашиглахын тулд администраторын тохиргоонд серверийн талын шифрлэлтийг идэвхжүүлэх шаардлагатай. Идэвхжүүлсний дараа энэ модуль бүх файлуудыг ил тод байдлаар шифрлэнэ. Шифрлэлт нь AES 256 түлхүүрт суурилдаг.\nМодуль нь одоо байгаа файлуудад нөлөөлөхгүй; серверийн талын шифрлэлт идэвхжүүлэгдсэний дараа зөвхөн шинэ файлууд шифрлэгдэнэ. Шифрлэлтийг дахин идэвхгүй болгож шифрлэлтгүй систем рүү буцах боломжгүй.\nСерверийн талын шифрлэлтийг идэвхжүүлэхээр шийдэхийн өмнө бүх нөлөөллийг ойлгохын тулд баримт бичгийг уншина уу.",
|
||||
"Change recovery key password:" : "Сэргээх түлхүүрийн нууц үгийг өөрчлөх:",
|
||||
"Change Password" : "нууц үг өөрчлөх",
|
||||
"Your private key password no longer matches your log-in password." : "Таны хувийн түлхүүрийн нууц үг нэвтрэх нууц үгтэй таарахгүй байна.",
|
||||
|
|
@ -52,6 +72,7 @@ OC.L10N.register(
|
|||
"Update Private Key Password" : "Хувийн түлхүүрийн нууц үгийг шинэчлэх",
|
||||
"Enable password recovery:" : "Нууц үг сэргээхийг идэвхжүүлэх:",
|
||||
"Enabled" : "Идэвхижүүлэх",
|
||||
"Disabled" : "идэвхигүй"
|
||||
"Disabled" : "идэвхигүй",
|
||||
"This app provides the (default) cryptography implementation for Nextcloud's Server-side Encryption (SSE) feature.\n\n\t\t\t**Encryption Details**\n\t\t\t* **Cipher Mode:** AES-256-CTR (default)\n\t\t\t* **Authentication:** HMAC-SHA256\n\n\t\t\t**Important Warnings**\n\t\t\t* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).\n\t\t\t* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI.\"\n\n\t\t\t**Notes for Existing Files**\n\t\t\t* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.\n\t\t\t* To encrypt all existing files, use the command `occ encryption:encrypt-all`.\n\n\t\t\t**Before You Begin**\n\t\t\t* **Read the Documentation:** Before you enable SSE, encrypt existing files, or disable SSE, it is critical to \n\t\t\t\tread the documentation to understand implications and the appropriate procedures to avoid data loss." : "Энэ програм нь Nextcloud-ын серверийн талын шифрлэлт (SSE) функцийн (өгөгдмөл) криптографийн хэрэгжүүлэлтийг хангадаг.\n\n\t\t\t**Шифрлэлтийн дэлгэрэнгүй**\n\t\t\t* **Шифрийн горим:** AES-256-CTR (өгөгдмөл)\n\t\t\t* **Баталгаажуулалт:** HMAC-SHA256\n\n\t\t\t**Чухал анхааруулгууд**\n\t\t\t* **АЮУЛ:** Бүх файлыг тайлах хүртэл (`occ encryption:decrypt-all`) энэ програмыг идэвхгүй болгож болохгүй.\n\t\t\t* **АНХААРУУЛГА:** Идэвхжүүлсний дараа шифрлэлтгүй файл хадгалалтад буцаах нь командын мөрийн хандалт шаарддаг. Web UI-аар хийсэн үйлдэл нь байнгын шинж чанартай байна.\"\n\n\t\t\t**Одоо байгаа файлуудын талаарх тэмдэглэл**\n\t\t\t* Өгөгдмөл байдлаар SSE идэвхжүүлэх нь одоо байгаа файлуудыг шифрлэхгүй; зөвхөн шинэ файлууд шифрлэгдэнэ.\n\t\t\t* Бүх одоо байгаа файлуудыг шифрлэхийн тулд `occ encryption:encrypt-all` тушаалыг ашиглана уу.\n\n\t\t\t**Эхлэхийн өмнө**\n\t\t\t* **Баримт бичгийг уншина уу:** SSE идэвхжүүлэх, одоо байгаа файлуудыг шифрлэх буюу SSE идэвхгүй болгохын өмнө өгөгдөл алдахаас зайлсхийхийн тулд нөлөөллийг болон зохих журмыг ойлгохын тулд баримт бичгийг унших нь маш чухал."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{ "translations": {
|
||||
"Missing recovery key password" : "Сэргээх түлхүүр хамгаалах нууц үг алга",
|
||||
"Please repeat the recovery key password" : "Сэргээх түлхүүр үгээ давтана уу",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "Давтан оруулсан нөхөн сэргээх түлхүүрийн нууц үг таарахгүй байна",
|
||||
"Recovery key successfully enabled" : "Сэргээх түлхүүр амжилттай идэвхжсэн",
|
||||
"Could not enable recovery key. Please check your recovery key password!" : "Сэргээх түлхүүрийг идэвхжүүлж чадсангүй. Сэргээх түлхүүрийн нууц үгээ шалгана уу!",
|
||||
"Recovery key successfully disabled" : "Сэргээх түлхүүр амжилттай идэвхгүй болсон",
|
||||
|
|
@ -12,37 +13,56 @@
|
|||
"Could not change the password. Maybe the old password was not correct." : "Нууц үгийг өөрчилж чадсангүй. Хуучин нууц үг буруу байсан байж магадгүй.",
|
||||
"Recovery Key disabled" : "Сэргээх түлхүүр идэвхгүй",
|
||||
"Recovery Key enabled" : "Сэргээх түлхүүр идэвхтэй",
|
||||
"Could not enable the recovery key, please try again or contact your administrator" : "Нөхөн сэргээх түлхүүрийг идэвхжүүлэх боломжгүй байна. Дахин оролдож үзнэ үү эсвэл администраторт хандана уу",
|
||||
"Could not update the private key password." : "Хувийн түлхүүрийн нууц үгийг шинэчилж чадсангүй.",
|
||||
"The old password was not correct, please try again." : "Хуучин нууц үг буруу байсан, дахин оролдоно уу.",
|
||||
"The current log-in password was not correct, please try again." : "Одоогийн нэвтрэх нууц үг буруу байсан, дахин оролдоно уу.",
|
||||
"Private key password successfully updated." : "Хувийн түлхүүрийн нууц үг амжилттай шинэчлэгдсэн.",
|
||||
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "Шифрлэлтийн програмд зориулсан хувийн түлхүүр хүчингүй байна. Шифрлэгдсэн файлуудад нэвтрэх эрхээ сэргээхийн тулд хувийн тохиргоодоо хувийн түлхүүрийн нууц үгээ шинэчилнэ үү.",
|
||||
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "Шифрлэлтийн програм идэвхтэй байна, гэхдээ таны түлхүүрүүд эхлүүлэгдээгүй байна. Гарч дахин нэвтэрнэ үү.",
|
||||
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Шифрлэлтийн модулийг ашиглахын тулд администраторын тохиргоонд серверийн талын шифрлэлтийг идэвхжүүлнэ үү.",
|
||||
"Encryption app is enabled and ready" : "Шифрлэлтийн апп идэвхтэй бөгөөд бэлэн",
|
||||
"Bad Signature" : "Буруу гарын үсэг",
|
||||
"Missing Signature" : "Гарын үсэг байхгүй",
|
||||
"one-time password for server-side-encryption" : "серверийн шифрлэлтийн нэг удаагийн нууц үг",
|
||||
"Encryption password" : "Шифрлэлтийн нууц үг",
|
||||
"The administration enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>." : "Администратор серверийн талын шифрлэлтийг идэвхжүүллээ. Таны файлууд <strong>%s</strong> нууц үгийг ашиглан шифрлэгдлээ.",
|
||||
"The administration enabled server-side-encryption. Your files were encrypted using the password \"%s\"." : "Администратор серверийн талын шифрлэлтийг идэвхжүүллээ. Таны файлууд \"%s\" нууц үгийг ашиглан шифрлэгдлээ.",
|
||||
"Please login to the web interface, go to the \"Security\" section of your personal settings and update your encryption password by entering this password into the \"Old login password\" field and your current login password." : "Веб интерфэйст нэвтэрч, хувийн тохиргооны \"Аюулгүй байдал\" хэсэгт очоод \"Хуучин нэвтрэх нууц үг\" талбарт энэ нууц үгийг болон одоогийн нэвтрэх нууц үгээ оруулж шифрлэлтийн нууц үгээ шинэчилнэ үү.",
|
||||
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Энэ файлыг тайлах боломжгүй байна. Магадгүй энэ нь хуваалцсан файл байж болно. Файлын эзэмшигчээс файлыг дахин хуваалцахыг хүснэ үү.",
|
||||
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Энэ файлыг унших боломжгүй байна. Магадгүй энэ нь хуваалцсан файл байж болно. Файлын эзэмшигчээс файлыг дахин хуваалцахыг хүснэ үү.",
|
||||
"Default Encryption Module" : "Анхдагч шифрлэлтийн модуль",
|
||||
"Default encryption module for Nextcloud Server-side Encryption (SSE)" : "Nextcloud серверийн шифрлэлтийн (SSE) анхдагч шифрлэлтийн модуль",
|
||||
"This app provides the (default) cryptography implementation for Nextcloud's Server-side Encryption (SSE) feature.\n\n\t\t\t**Encryption Details**\n\t\t\t* **Cipher Mode:** AES-256-CTR (default)\n\t\t\t* **Authentication:** HMAC-SHA256\n\n\t\t\t**Important Warnings**\n\t\t\t* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).\n\t\t\t* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI.\"\n\n\t\t\t**Notes for Existing Files**\n\t\t\t* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.\n\t\t\t* To encrypt all existing files, use the command `occ encryption:encrypt-all`.\n\n\t\t\t**Before You Begin**\n\t\t\t* **Read the Documentation:** Before you enable SSE, encrypt existing files, or disable SSE, it is critical to\n\t\t\t\tread the documentation to understand implications and the appropriate procedures to avoid data loss." : "Энэ програм нь Nextcloud-ын серверийн талын шифрлэлт (SSE) функцийн (өгөгдмөл) криптографийн хэрэгжүүлэлтийг хангадаг.\n\n\t\t\t**Шифрлэлтийн дэлгэрэнгүй**\n\t\t\t* **Шифрийн горим:** AES-256-CTR (өгөгдмөл)\n\t\t\t* **Баталгаажуулалт:** HMAC-SHA256\n\n\t\t\t**Чухал анхааруулгууд**\n\t\t\t* **АЮУЛ:** Бүх файлыг тайлах хүртэл (`occ encryption:decrypt-all`) энэ програмыг идэвхгүй болгож болохгүй.\n\t\t\t* **АНХААРУУЛГА:** Идэвхжүүлсний дараа шифрлэлтгүй файл хадгалалтад буцаах нь командын мөрийн хандалт шаарддаг. Web UI-аар хийсэн үйлдэл нь байнгын шинж чанартай байна.\"\n\n\t\t\t**Одоо байгаа файлуудын талаарх тэмдэглэл**\n\t\t\t* Өгөгдмөл байдлаар SSE идэвхжүүлэх нь одоо байгаа файлуудыг шифрлэхгүй; зөвхөн шинэ файлууд шифрлэгдэнэ.\n\t\t\t* Бүх одоо байгаа файлуудыг шифрлэхийн тулд `occ encryption:encrypt-all` тушаалыг ашиглана уу.\n\n\t\t\t**Эхлэхийн өмнө**\n\t\t\t* **Баримт бичгийг уншина уу:** SSE идэвхжүүлэх, одоо байгаа файлуудыг шифрлэх буюу SSE идэвхгүй болгохын өмнө өгөгдөл алдахаас зайлсхийхийн тулд нөлөөллийг болон зохих журмыг ойлгохын тулд баримт бичгийг унших нь маш чухал.",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Энэ сонголтыг идэвхжүүлэх нь үндсэн хадгалалт дээрх бүх файлуудыг шифрлэнэ, эс тэгвэл зөвхөн гадаад хадгалалт дээрх файлууд шифрлэгдэнэ",
|
||||
"Encrypt the home storage" : "Гэрийн санах ойг шифрлэх",
|
||||
"Disable recovery key" : "Сэргээх түлхүүрийг идэвхгүй болгох",
|
||||
"Enable recovery key" : "Сэргээх түлхүүрийг идэвхжүүлэх",
|
||||
"The recovery key is an additional encryption key used to encrypt files. It is used to recover files from an account if the password is forgotten." : "Нөхөн сэргээх түлхүүр нь файлуудыг шифрлэхэд ашигладаг нэмэлт шифрлэлтийн түлхүүр юм. Нууц үгийг мартсан тохиолдолд бүртгэлийн файлуудыг сэргээхэд ашиглагддаг.",
|
||||
"Recovery key password" : "Сэргээх түлхүүрийн нууц үг",
|
||||
"Passwords fields do not match" : "Нууц үгнүүд таарахгүй байна",
|
||||
"Repeat recovery key password" : "Сэргээх түлхүүрийн нууц үгийг давтах",
|
||||
"An error occurred while updating the recovery key settings. Please try again." : "Нөхөн сэргээх түлхүүрийн тохиргоог шинэчлэх явцад алдаа гарлаа. Дахин оролдоно уу.",
|
||||
"Change recovery key password" : "Нөөцлөлтийн түлхүүрийн нууц үг өөрчлөх",
|
||||
"Old recovery key password" : "Хуучин сэргээх түлхүүрийн нууц үг",
|
||||
"New recovery key password" : "Шинэ сэргээх түлхүүрийн нууц үг",
|
||||
"Repeat new recovery key password" : "Шинэ сэргээх түлхүүрийн нууц үгийг давтах",
|
||||
"An error occurred while changing the recovery key password. Please try again." : "Нөхөн сэргээх түлхүүрийн нууц үгийг өөрчлөх явцад алдаа гарлаа. Дахин оролдоно уу.",
|
||||
"Update private key password" : "Хувийн түлхүүрийн нууц үг шинэчлэх",
|
||||
"Your private key password no longer matches your log-in password. Set your old private key password to your current log-in password." : "Таны хувийн түлхүүрийн нууц үг одоогийн нэвтрэх нууц үгтэй таарахгүй байна. Хуучин хувийн түлхүүрийн нууц үгийг одоогийн нэвтрэх нууц үгтэй тохируулна уу.",
|
||||
"If you do not remember your old password you can ask your administrator to recover your files." : "Хэрэв та хуучин нууц үгээ санахгүй байвал администраторт хандаж файлуудаа сэргээлгэж болно.",
|
||||
"Old log-in password" : "Хуучин нэвтрэх нууц үг",
|
||||
"Current log-in password" : "Одоогийн нэвтрэх нууц үг",
|
||||
"Update" : "Шинэчлэх",
|
||||
"Updating recovery keys. This can take some time…" : "Нөөцлөлтийн түлхүүрүүдийг шинэчилж байна. Энэ хэсэг хугацаа шаардана…",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Энэ сонголтыг идэвхжүүлснээр нууц үгээ алдсан тохиолдолд шифрлэгдсэн файлуудад нэвтрэх эрхийг дахин олж авах боломжтой болно",
|
||||
"Enable password recovery" : "Нууц үг сэргээлтийг идэвхжүүлэх",
|
||||
"Default encryption module" : "Анхдагч шифрлэлтийн модуль",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Шифрлэлтийн програм идэвхтэй байна гэхдээ таны түлхүүрүүд эхлүүлэгдээгүй байна. Гарч дахин нэвтэрнэ үү",
|
||||
"Basic encryption module" : "Үндсэн шифрлэлтийн модуль",
|
||||
"Missing parameters" : "параметр байхгүй",
|
||||
"Default encryption module for server-side encryption" : "Серверийн шифрлэлтийн анхдагч шифрлэлтийн модуль",
|
||||
"In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.\nThe module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.\nPlease read the documentation to know all implications before you decide to enable server-side encryption." : "Энэ шифрлэлтийн модулийг ашиглахын тулд администраторын тохиргоонд серверийн талын шифрлэлтийг идэвхжүүлэх шаардлагатай. Идэвхжүүлсний дараа энэ модуль бүх файлуудыг ил тод байдлаар шифрлэнэ. Шифрлэлт нь AES 256 түлхүүрт суурилдаг.\nМодуль нь одоо байгаа файлуудад нөлөөлөхгүй; серверийн талын шифрлэлт идэвхжүүлэгдсэний дараа зөвхөн шинэ файлууд шифрлэгдэнэ. Шифрлэлтийг дахин идэвхгүй болгож шифрлэлтгүй систем рүү буцах боломжгүй.\nСерверийн талын шифрлэлтийг идэвхжүүлэхээр шийдэхийн өмнө бүх нөлөөллийг ойлгохын тулд баримт бичгийг уншина уу.",
|
||||
"Change recovery key password:" : "Сэргээх түлхүүрийн нууц үгийг өөрчлөх:",
|
||||
"Change Password" : "нууц үг өөрчлөх",
|
||||
"Your private key password no longer matches your log-in password." : "Таны хувийн түлхүүрийн нууц үг нэвтрэх нууц үгтэй таарахгүй байна.",
|
||||
|
|
@ -50,6 +70,7 @@
|
|||
"Update Private Key Password" : "Хувийн түлхүүрийн нууц үгийг шинэчлэх",
|
||||
"Enable password recovery:" : "Нууц үг сэргээхийг идэвхжүүлэх:",
|
||||
"Enabled" : "Идэвхижүүлэх",
|
||||
"Disabled" : "идэвхигүй"
|
||||
"Disabled" : "идэвхигүй",
|
||||
"This app provides the (default) cryptography implementation for Nextcloud's Server-side Encryption (SSE) feature.\n\n\t\t\t**Encryption Details**\n\t\t\t* **Cipher Mode:** AES-256-CTR (default)\n\t\t\t* **Authentication:** HMAC-SHA256\n\n\t\t\t**Important Warnings**\n\t\t\t* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).\n\t\t\t* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI.\"\n\n\t\t\t**Notes for Existing Files**\n\t\t\t* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.\n\t\t\t* To encrypt all existing files, use the command `occ encryption:encrypt-all`.\n\n\t\t\t**Before You Begin**\n\t\t\t* **Read the Documentation:** Before you enable SSE, encrypt existing files, or disable SSE, it is critical to \n\t\t\t\tread the documentation to understand implications and the appropriate procedures to avoid data loss." : "Энэ програм нь Nextcloud-ын серверийн талын шифрлэлт (SSE) функцийн (өгөгдмөл) криптографийн хэрэгжүүлэлтийг хангадаг.\n\n\t\t\t**Шифрлэлтийн дэлгэрэнгүй**\n\t\t\t* **Шифрийн горим:** AES-256-CTR (өгөгдмөл)\n\t\t\t* **Баталгаажуулалт:** HMAC-SHA256\n\n\t\t\t**Чухал анхааруулгууд**\n\t\t\t* **АЮУЛ:** Бүх файлыг тайлах хүртэл (`occ encryption:decrypt-all`) энэ програмыг идэвхгүй болгож болохгүй.\n\t\t\t* **АНХААРУУЛГА:** Идэвхжүүлсний дараа шифрлэлтгүй файл хадгалалтад буцаах нь командын мөрийн хандалт шаарддаг. Web UI-аар хийсэн үйлдэл нь байнгын шинж чанартай байна.\"\n\n\t\t\t**Одоо байгаа файлуудын талаарх тэмдэглэл**\n\t\t\t* Өгөгдмөл байдлаар SSE идэвхжүүлэх нь одоо байгаа файлуудыг шифрлэхгүй; зөвхөн шинэ файлууд шифрлэгдэнэ.\n\t\t\t* Бүх одоо байгаа файлуудыг шифрлэхийн тулд `occ encryption:encrypt-all` тушаалыг ашиглана уу.\n\n\t\t\t**Эхлэхийн өмнө**\n\t\t\t* **Баримт бичгийг уншина уу:** SSE идэвхжүүлэх, одоо байгаа файлуудыг шифрлэх буюу SSE идэвхгүй болгохын өмнө өгөгдөл алдахаас зайлсхийхийн тулд нөлөөллийг болон зохих журмыг ойлгохын тулд баримт бичгийг унших нь маш чухал."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -5,13 +5,17 @@ OC.L10N.register(
|
|||
"Server to server sharing is not enabled on this server" : "Энэ серверт сервер хооронд хуваалцах идэвхгүй байна",
|
||||
"Couldn't establish a federated share." : "Холбогдсон хуваалцалт үүсгэж чадсангүй.",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "Холбогдсон хуваалцалт үүсгэж чадсангүй, нууц үг буруу байсан байж магадгүй.",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Холбооны хуваалцах хүсэлт илгээгдлээ, та урилга авах болно. Мэдэгдлүүдээ шалгана уу.",
|
||||
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Холбооны хуваалцалт үүсгэж чадсангүй, холбогдох сервер хэт хуучин бололтой (Nextcloud <= 9).",
|
||||
"It is not allowed to send federated group shares from this server." : "Энэ серверээс холбогдсон бүлгийн хуваалцалт илгээхийг зөвшөөрөхгүй.",
|
||||
"Sharing %1$s failed, because this item is already shared with the account %2$s" : "%1$s хуваалцах амжилтгүй боллоо, учир нь энэ зүйл аль хэдийн %2$s бүртгэлтэй хуваалцагдсан байна",
|
||||
"Sharing %1$s failed, because this item is already shared with the account %2$s" : "%1$s хуваалцах амжилтгүй боллоо, учир нь энэ зүйлийг %2$s бүртгэлтэй аль хэдийн хуваалцсан байна",
|
||||
"Not allowed to create a federated share to the same account" : "Ижил хаяг руу холбогдсон хуваалцалт үүсгэхийг зөвшөөрөхгүй",
|
||||
"Federated shares require read permissions" : "Холбогдсон хуваалцалт унших эрх шаарддаг",
|
||||
"File is already shared with %s" : "Файл %s-т аль хэдийн хуваалцагдсан",
|
||||
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "%1$s хуваалцах амжилтгүй боллоо, %2$s олдсонгүй, сервер одоогоор хүрэх боломжгүй эсвэл өөрөө гарын үсэг зурсан сертификат ашиглаж байж магадгүй.",
|
||||
"Could not find share" : "Хуваалцсаныг холохгүй байна",
|
||||
"Federated sharing" : "Холбогдсон хуваалцалт",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Та {share}-г {user}-с ({behalf}-н өмнөөс) алсын хуваалцалт болгон хүлээн авлаа",
|
||||
"You received {share} as a remote share from {user}" : "Та {user}-с {share} алсын хуваалцалт хүлээн авсан",
|
||||
"Accept" : "Хүлээн зөвшөөрөх",
|
||||
"Decline" : "Зөвшөөрөхгүй",
|
||||
|
|
@ -20,12 +24,18 @@ OC.L10N.register(
|
|||
"Federated file sharing" : "Холбогдсон файл хуваалцалт",
|
||||
"Provide federated file sharing across servers" : "Серверүүд хооронд холбогдсон файл хуваалцалтыг олгох",
|
||||
"Confirm data upload to lookup server" : "Хайлтын сервер рүү өгөгдөл байршуулахыг баталгаажуулах",
|
||||
"When enabled, all account properties (e.g. email address) with scope visibility set to \"published\", will be automatically synced and transmitted to an external system and made available in a public, global address book." : "Идэвхжүүлсэн үед, хамрах хүрээний харагдац нь \"нийтэлсэн\" гэж тохируулагдсан бүх бүртгэлийн мэдээлэл (жишээ нь имэйл хаяг) автоматаар синхрончлогдож, гадаад системд дамжуулагдан, нийтийн дэлхийн хаягийн лавлахад ашиглах боломжтой болно.",
|
||||
"Enable data upload" : "Өгөгдөл байршуулахыг идэвхжүүлэх",
|
||||
"Disable upload" : "Байршуулахыг идэвхгүй болгох",
|
||||
"Confirm querying lookup server" : "Хайлтын серверт хандахыг баталгаажуулах",
|
||||
"When enabled, the search input when creating shares will be sent to an external system that provides a public and global address book." : "Идэвхжүүлсэн үед, хуваалцалт үүсгэх үеийн хайлтын оролт нь нийтийн болон дэлхийн хаягийн лавлах хангадаг гадаад системд илгээгдэнэ.",
|
||||
"This is used to retrieve the federated cloud ID to make federated sharing easier." : "Энэ нь холбооны үүлний ID-г авч, холбооны хуваалцалтыг хөнгөвчлөхөд ашиглагддаг.",
|
||||
"Moreover, email addresses of users might be sent to that system in order to verify them." : "Мөн хэрэглэгчдийн имэйл хаягуудыг баталгаажуулах зорилгоор тухайн системд илгээж болно.",
|
||||
"Enable querying" : "Хандахыг идэвхжүүлэх",
|
||||
"Disable querying" : "Хандахыг идэвхгүй болгох",
|
||||
"Unable to update federated files sharing config" : "Холбогдсон файл хуваалцалтын тохиргоог шинэчилж чадсангүй",
|
||||
"Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "Хүмүүс серверүүд хооронд хэрхэн хуваалцахыг тохируулна уу. Хэрэв тэд холбооны хуваалцалт ашиглаж байгаа бол энэ серверийн хүмүүс хоорондын хуваалцалтыг мөн багтаана.",
|
||||
"Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Энэ серверийн хүмүүст бусад серверүүд рүү хуваалцалт илгээхийг зөвшөөрөх (энэ сонголт нь нийтийн хуваалцалтуудад WebDAV хандалтыг мөн зөвшөөрнө)",
|
||||
"Allow people on this server to receive shares from other servers" : "Энэ серверийн хүмүүст бусад серверээс хуваалцалт хүлээн авахыг зөвшөөрөх",
|
||||
"Allow people on this server to send shares to groups on other servers" : "Энэ серверийн хүмүүст бусад серверийн бүлгүүдэд хуваалцалт илгээхийг зөвшөөрөх",
|
||||
"Allow people on this server to receive group shares from other servers" : "Энэ серверийн хүмүүст бусад серверээс бүлгийн хуваалцалт хүлээн авахыг зөвшөөрөх",
|
||||
|
|
@ -33,6 +43,7 @@ OC.L10N.register(
|
|||
"Search global and public address book for people" : "Глобал болон нийтийн хаягийн дэвтрээс хүмүүсийг хайх",
|
||||
"Allow people to publish their data to a global and public address book" : "Хүмүүст өгөгдлөө глобал болон нийтийн хаягийн дэвтэрт нийтлэхийг зөвшөөрөх",
|
||||
"Trusted federation" : "Итгэмжлэгдсэн холбоо",
|
||||
"Automatically accept shares from trusted federated accounts and groups by default" : "Итгэлтэй холбооны бүртгэл болон бүлгүүдээс ирсэн хуваалцалтуудыг анхдагчаар автоматаар хүлээн авах",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see {url}" : "#Nextcloud Холбогдсон үүл ID-гаар надтай хуваалцах, {url}-г үзнэ үү",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "#Nextcloud Холбогдсон үүл ID-гаар надтай хуваалцах",
|
||||
"Share with me via Nextcloud" : "Nextcloud-р надтай хуваалцах",
|
||||
|
|
@ -41,6 +52,7 @@ OC.L10N.register(
|
|||
"Clipboard not available. Please copy the cloud ID manually." : "Санах ой ашиглах боломжгүй. Үүл ID-г гараар хуулна уу.",
|
||||
"Copied!" : "Хуулав!",
|
||||
"Federated Cloud" : "Холбогдсон үүл",
|
||||
"You can share with anyone who uses a {productName} server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Та {productName} сервер эсвэл бусад Open Cloud Mesh (OCM) нийцтэй серверүүд болон үйлчилгээ ашигладаг хэнтэй ч хуваалцах боломжтой! Хуваалцах цонхонд тэдний Холбооны Үүлний ID-г оруулахад л хангалттай. Энэ нь person@cloud.example.com гэсэн хэлбэртэй байна",
|
||||
"Your Federated Cloud ID" : "Таны Холбогдсон үүл ID",
|
||||
"Share it so your friends can share files with you:" : "Хуваалцаарай, найзууд тань танд файл хуваалцах боломжтой болно:",
|
||||
"Bluesky" : "Bluesky",
|
||||
|
|
|
|||
|
|
@ -3,13 +3,17 @@
|
|||
"Server to server sharing is not enabled on this server" : "Энэ серверт сервер хооронд хуваалцах идэвхгүй байна",
|
||||
"Couldn't establish a federated share." : "Холбогдсон хуваалцалт үүсгэж чадсангүй.",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "Холбогдсон хуваалцалт үүсгэж чадсангүй, нууц үг буруу байсан байж магадгүй.",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Холбооны хуваалцах хүсэлт илгээгдлээ, та урилга авах болно. Мэдэгдлүүдээ шалгана уу.",
|
||||
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Холбооны хуваалцалт үүсгэж чадсангүй, холбогдох сервер хэт хуучин бололтой (Nextcloud <= 9).",
|
||||
"It is not allowed to send federated group shares from this server." : "Энэ серверээс холбогдсон бүлгийн хуваалцалт илгээхийг зөвшөөрөхгүй.",
|
||||
"Sharing %1$s failed, because this item is already shared with the account %2$s" : "%1$s хуваалцах амжилтгүй боллоо, учир нь энэ зүйл аль хэдийн %2$s бүртгэлтэй хуваалцагдсан байна",
|
||||
"Sharing %1$s failed, because this item is already shared with the account %2$s" : "%1$s хуваалцах амжилтгүй боллоо, учир нь энэ зүйлийг %2$s бүртгэлтэй аль хэдийн хуваалцсан байна",
|
||||
"Not allowed to create a federated share to the same account" : "Ижил хаяг руу холбогдсон хуваалцалт үүсгэхийг зөвшөөрөхгүй",
|
||||
"Federated shares require read permissions" : "Холбогдсон хуваалцалт унших эрх шаарддаг",
|
||||
"File is already shared with %s" : "Файл %s-т аль хэдийн хуваалцагдсан",
|
||||
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "%1$s хуваалцах амжилтгүй боллоо, %2$s олдсонгүй, сервер одоогоор хүрэх боломжгүй эсвэл өөрөө гарын үсэг зурсан сертификат ашиглаж байж магадгүй.",
|
||||
"Could not find share" : "Хуваалцсаныг холохгүй байна",
|
||||
"Federated sharing" : "Холбогдсон хуваалцалт",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Та {share}-г {user}-с ({behalf}-н өмнөөс) алсын хуваалцалт болгон хүлээн авлаа",
|
||||
"You received {share} as a remote share from {user}" : "Та {user}-с {share} алсын хуваалцалт хүлээн авсан",
|
||||
"Accept" : "Хүлээн зөвшөөрөх",
|
||||
"Decline" : "Зөвшөөрөхгүй",
|
||||
|
|
@ -18,12 +22,18 @@
|
|||
"Federated file sharing" : "Холбогдсон файл хуваалцалт",
|
||||
"Provide federated file sharing across servers" : "Серверүүд хооронд холбогдсон файл хуваалцалтыг олгох",
|
||||
"Confirm data upload to lookup server" : "Хайлтын сервер рүү өгөгдөл байршуулахыг баталгаажуулах",
|
||||
"When enabled, all account properties (e.g. email address) with scope visibility set to \"published\", will be automatically synced and transmitted to an external system and made available in a public, global address book." : "Идэвхжүүлсэн үед, хамрах хүрээний харагдац нь \"нийтэлсэн\" гэж тохируулагдсан бүх бүртгэлийн мэдээлэл (жишээ нь имэйл хаяг) автоматаар синхрончлогдож, гадаад системд дамжуулагдан, нийтийн дэлхийн хаягийн лавлахад ашиглах боломжтой болно.",
|
||||
"Enable data upload" : "Өгөгдөл байршуулахыг идэвхжүүлэх",
|
||||
"Disable upload" : "Байршуулахыг идэвхгүй болгох",
|
||||
"Confirm querying lookup server" : "Хайлтын серверт хандахыг баталгаажуулах",
|
||||
"When enabled, the search input when creating shares will be sent to an external system that provides a public and global address book." : "Идэвхжүүлсэн үед, хуваалцалт үүсгэх үеийн хайлтын оролт нь нийтийн болон дэлхийн хаягийн лавлах хангадаг гадаад системд илгээгдэнэ.",
|
||||
"This is used to retrieve the federated cloud ID to make federated sharing easier." : "Энэ нь холбооны үүлний ID-г авч, холбооны хуваалцалтыг хөнгөвчлөхөд ашиглагддаг.",
|
||||
"Moreover, email addresses of users might be sent to that system in order to verify them." : "Мөн хэрэглэгчдийн имэйл хаягуудыг баталгаажуулах зорилгоор тухайн системд илгээж болно.",
|
||||
"Enable querying" : "Хандахыг идэвхжүүлэх",
|
||||
"Disable querying" : "Хандахыг идэвхгүй болгох",
|
||||
"Unable to update federated files sharing config" : "Холбогдсон файл хуваалцалтын тохиргоог шинэчилж чадсангүй",
|
||||
"Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "Хүмүүс серверүүд хооронд хэрхэн хуваалцахыг тохируулна уу. Хэрэв тэд холбооны хуваалцалт ашиглаж байгаа бол энэ серверийн хүмүүс хоорондын хуваалцалтыг мөн багтаана.",
|
||||
"Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Энэ серверийн хүмүүст бусад серверүүд рүү хуваалцалт илгээхийг зөвшөөрөх (энэ сонголт нь нийтийн хуваалцалтуудад WebDAV хандалтыг мөн зөвшөөрнө)",
|
||||
"Allow people on this server to receive shares from other servers" : "Энэ серверийн хүмүүст бусад серверээс хуваалцалт хүлээн авахыг зөвшөөрөх",
|
||||
"Allow people on this server to send shares to groups on other servers" : "Энэ серверийн хүмүүст бусад серверийн бүлгүүдэд хуваалцалт илгээхийг зөвшөөрөх",
|
||||
"Allow people on this server to receive group shares from other servers" : "Энэ серверийн хүмүүст бусад серверээс бүлгийн хуваалцалт хүлээн авахыг зөвшөөрөх",
|
||||
|
|
@ -31,6 +41,7 @@
|
|||
"Search global and public address book for people" : "Глобал болон нийтийн хаягийн дэвтрээс хүмүүсийг хайх",
|
||||
"Allow people to publish their data to a global and public address book" : "Хүмүүст өгөгдлөө глобал болон нийтийн хаягийн дэвтэрт нийтлэхийг зөвшөөрөх",
|
||||
"Trusted federation" : "Итгэмжлэгдсэн холбоо",
|
||||
"Automatically accept shares from trusted federated accounts and groups by default" : "Итгэлтэй холбооны бүртгэл болон бүлгүүдээс ирсэн хуваалцалтуудыг анхдагчаар автоматаар хүлээн авах",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see {url}" : "#Nextcloud Холбогдсон үүл ID-гаар надтай хуваалцах, {url}-г үзнэ үү",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "#Nextcloud Холбогдсон үүл ID-гаар надтай хуваалцах",
|
||||
"Share with me via Nextcloud" : "Nextcloud-р надтай хуваалцах",
|
||||
|
|
@ -39,6 +50,7 @@
|
|||
"Clipboard not available. Please copy the cloud ID manually." : "Санах ой ашиглах боломжгүй. Үүл ID-г гараар хуулна уу.",
|
||||
"Copied!" : "Хуулав!",
|
||||
"Federated Cloud" : "Холбогдсон үүл",
|
||||
"You can share with anyone who uses a {productName} server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Та {productName} сервер эсвэл бусад Open Cloud Mesh (OCM) нийцтэй серверүүд болон үйлчилгээ ашигладаг хэнтэй ч хуваалцах боломжтой! Хуваалцах цонхонд тэдний Холбооны Үүлний ID-г оруулахад л хангалттай. Энэ нь person@cloud.example.com гэсэн хэлбэртэй байна",
|
||||
"Your Federated Cloud ID" : "Таны Холбогдсон үүл ID",
|
||||
"Share it so your friends can share files with you:" : "Хуваалцаарай, найзууд тань танд файл хуваалцах боломжтой болно:",
|
||||
"Bluesky" : "Bluesky",
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@ OC.L10N.register(
|
|||
"Could not add server" : " сервер нэмж чадаагүй ",
|
||||
"Trusted servers" : "найдвартай сервер",
|
||||
"Federation" : "холбоо",
|
||||
"Federation allows you to connect with other trusted servers to exchange the account directory." : "Federation нь бүртгэлийн лавлагааг солилцохын тулд бусад итгэмжлэгдсэн серверүүдтэй холбогдох боломж олгодог.",
|
||||
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "Federation нь бүртгэлийн лавлагааг солилцохын тулд бусад итгэмжлэгдсэн серверүүдтэй холбогдох боломж олгодог. Жишээлбэл, federated хуваалцалтад зориулж гадаад бүртгэлүүдийг автоматаар дуусгахад ашиглагдана.",
|
||||
"Could not add trusted server. Please try again later." : "Найдвартай сервер нэмэх боломжгүй байна. Дараа дахин оролдоно уу.",
|
||||
"Add trusted server" : "Найдвартай сервер нэмэх",
|
||||
"Server url" : "Серверийн URL",
|
||||
|
|
@ -19,8 +21,11 @@ OC.L10N.register(
|
|||
"Waiting for shared secret or initial user list exchange." : "Нийтлэг нууц эсвэл анхны хэрэглэгчдийн жагсаалт солилцохыг хүлээж байна.",
|
||||
"Server access revoked" : "Серверийн хандалт цуцлагдсан",
|
||||
"Server failure" : "Серверийн алдаа",
|
||||
"Connection to the remote server failed or the remote server is misconfigured." : "Алслагдсан сервертэй холбогдоход алдаа гарсан эсвэл алслагдсан сервер буруу тохируулагдсан байна.",
|
||||
"Failed to delete trusted server. Please try again later." : "Найдвартай сервер устгах боломжгүй байна. Дараа дахин оролдоно уу.",
|
||||
"Delete" : "Устгах",
|
||||
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "Federation нь бүртгэлийн лавлагааг солилцохын тулд бусад итгэмжлэгдсэн серверүүдтэй холбогдох боломж олгодог. Жишээлбэл, federated хуваалцалтад зориулж гадаад бүртгэлүүдийг автоматаар дуусгахад ашиглагдана. Federated хуваалцалт үүсгэхийн тулд серверийг итгэмжлэгдсэн сервер болгон нэмэх шаардлагагүй.",
|
||||
"Each server must validate the other. This process may require a few cron cycles." : "Сервер бүр нөгөөгийнхөө хүчинтэй байдлыг баталгаажуулах ёстой. Энэ процесс хэдэн cron мөчлөг шаардаж болно.",
|
||||
"External documentation for Federated Cloud Sharing" : "Холбогдсон үүлэн хуваалцалтын гадаад баримт бичиг",
|
||||
"+ Add trusted server" : "+ найдвартай сервер нэмэх",
|
||||
"Trusted server" : "найдвартай сервер"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
"Could not add server" : " сервер нэмж чадаагүй ",
|
||||
"Trusted servers" : "найдвартай сервер",
|
||||
"Federation" : "холбоо",
|
||||
"Federation allows you to connect with other trusted servers to exchange the account directory." : "Federation нь бүртгэлийн лавлагааг солилцохын тулд бусад итгэмжлэгдсэн серверүүдтэй холбогдох боломж олгодог.",
|
||||
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "Federation нь бүртгэлийн лавлагааг солилцохын тулд бусад итгэмжлэгдсэн серверүүдтэй холбогдох боломж олгодог. Жишээлбэл, federated хуваалцалтад зориулж гадаад бүртгэлүүдийг автоматаар дуусгахад ашиглагдана.",
|
||||
"Could not add trusted server. Please try again later." : "Найдвартай сервер нэмэх боломжгүй байна. Дараа дахин оролдоно уу.",
|
||||
"Add trusted server" : "Найдвартай сервер нэмэх",
|
||||
"Server url" : "Серверийн URL",
|
||||
|
|
@ -17,8 +19,11 @@
|
|||
"Waiting for shared secret or initial user list exchange." : "Нийтлэг нууц эсвэл анхны хэрэглэгчдийн жагсаалт солилцохыг хүлээж байна.",
|
||||
"Server access revoked" : "Серверийн хандалт цуцлагдсан",
|
||||
"Server failure" : "Серверийн алдаа",
|
||||
"Connection to the remote server failed or the remote server is misconfigured." : "Алслагдсан сервертэй холбогдоход алдаа гарсан эсвэл алслагдсан сервер буруу тохируулагдсан байна.",
|
||||
"Failed to delete trusted server. Please try again later." : "Найдвартай сервер устгах боломжгүй байна. Дараа дахин оролдоно уу.",
|
||||
"Delete" : "Устгах",
|
||||
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "Federation нь бүртгэлийн лавлагааг солилцохын тулд бусад итгэмжлэгдсэн серверүүдтэй холбогдох боломж олгодог. Жишээлбэл, federated хуваалцалтад зориулж гадаад бүртгэлүүдийг автоматаар дуусгахад ашиглагдана. Federated хуваалцалт үүсгэхийн тулд серверийг итгэмжлэгдсэн сервер болгон нэмэх шаардлагагүй.",
|
||||
"Each server must validate the other. This process may require a few cron cycles." : "Сервер бүр нөгөөгийнхөө хүчинтэй байдлыг баталгаажуулах ёстой. Энэ процесс хэдэн cron мөчлөг шаардаж болно.",
|
||||
"External documentation for Federated Cloud Sharing" : "Холбогдсон үүлэн хуваалцалтын гадаад баримт бичиг",
|
||||
"+ Add trusted server" : "+ найдвартай сервер нэмэх",
|
||||
"Trusted server" : "найдвартай сервер"
|
||||
|
|
|
|||
|
|
@ -79,6 +79,7 @@ OC.L10N.register(
|
|||
"Go to the \"{dir}\" directory" : "Joan \"{dir}\" direktoriora",
|
||||
"Current directory path" : "Uneko direktorio-bidea",
|
||||
"Share" : "Partekatu",
|
||||
"Reload content" : "Birkargatu edukia",
|
||||
"Your have used your space quota and cannot upload files anymore" : "Zure espazio-kuota erabili duzu eta ezin duzu fitxategi gehiago kargatu",
|
||||
"You do not have permission to upload or create files here." : "Ez daukazu baimenik bertan fitxategiak sortzeko edo kargatzeko.",
|
||||
"Drag and drop files here to upload" : "Jaregin fitxategiak hemen igotzeko",
|
||||
|
|
@ -120,6 +121,7 @@ OC.L10N.register(
|
|||
"Images" : "Irudiak",
|
||||
"Videos" : "Bideoak",
|
||||
"Filters" : "Iragazkiak",
|
||||
"Back to filters" : "Itzuli iragazietara",
|
||||
"Appearance" : "Itxura",
|
||||
"Show hidden files" : "Erakutsi ezkutuko fitxategiak",
|
||||
"Show file type column" : "Erakutsi fitxategi luzapenen zutabea",
|
||||
|
|
@ -231,6 +233,8 @@ OC.L10N.register(
|
|||
"Removing the file extension \"{old}\" may render the file unreadable." : "«{old}» fitxategiaren luzapena kentzeak fitxategia irakurezin bihur dezake.",
|
||||
"Adding the file extension \"{new}\" may render the file unreadable." : "«{new}» fitxategiaren luzapena gehitzeak fitxategia irakurezin bihur dezake.",
|
||||
"Do not show this dialog again." : "Ez erakutsi elkarrizketa hau berriro",
|
||||
"Rename file to hidden" : "Berrizendatu fitxategia ezkutukora",
|
||||
"Are you sure you want to rename the file to \"{filename}\"?" : "Ziur al zaude fitxategia \"{filename}\" ra berrizendatu nahi duzula?",
|
||||
"Cancel" : "Utzi",
|
||||
"Rename" : "Berrizendatu",
|
||||
"Select file or folder to link to" : "Hautatu estekatzeko fitxategia edo karpeta",
|
||||
|
|
@ -245,6 +249,7 @@ OC.L10N.register(
|
|||
"Error during upload: {message}" : "Errorea igotzean: {message}",
|
||||
"Error during upload, status code {status}" : "Errore bat gertatu da igotzean, {status} egoera kodea",
|
||||
"Unknown error during upload" : "Errore ezezaguna igotzean",
|
||||
"File list is reloading" : "Fitxategi zerrenda birkargatzen",
|
||||
"Loading current folder" : "Uneko karpeta kargatzen",
|
||||
"Retry" : "saiatu berriro",
|
||||
"No files in here" : "Ez dago fitxategirik hemen",
|
||||
|
|
|
|||
|
|
@ -77,6 +77,7 @@
|
|||
"Go to the \"{dir}\" directory" : "Joan \"{dir}\" direktoriora",
|
||||
"Current directory path" : "Uneko direktorio-bidea",
|
||||
"Share" : "Partekatu",
|
||||
"Reload content" : "Birkargatu edukia",
|
||||
"Your have used your space quota and cannot upload files anymore" : "Zure espazio-kuota erabili duzu eta ezin duzu fitxategi gehiago kargatu",
|
||||
"You do not have permission to upload or create files here." : "Ez daukazu baimenik bertan fitxategiak sortzeko edo kargatzeko.",
|
||||
"Drag and drop files here to upload" : "Jaregin fitxategiak hemen igotzeko",
|
||||
|
|
@ -118,6 +119,7 @@
|
|||
"Images" : "Irudiak",
|
||||
"Videos" : "Bideoak",
|
||||
"Filters" : "Iragazkiak",
|
||||
"Back to filters" : "Itzuli iragazietara",
|
||||
"Appearance" : "Itxura",
|
||||
"Show hidden files" : "Erakutsi ezkutuko fitxategiak",
|
||||
"Show file type column" : "Erakutsi fitxategi luzapenen zutabea",
|
||||
|
|
@ -229,6 +231,8 @@
|
|||
"Removing the file extension \"{old}\" may render the file unreadable." : "«{old}» fitxategiaren luzapena kentzeak fitxategia irakurezin bihur dezake.",
|
||||
"Adding the file extension \"{new}\" may render the file unreadable." : "«{new}» fitxategiaren luzapena gehitzeak fitxategia irakurezin bihur dezake.",
|
||||
"Do not show this dialog again." : "Ez erakutsi elkarrizketa hau berriro",
|
||||
"Rename file to hidden" : "Berrizendatu fitxategia ezkutukora",
|
||||
"Are you sure you want to rename the file to \"{filename}\"?" : "Ziur al zaude fitxategia \"{filename}\" ra berrizendatu nahi duzula?",
|
||||
"Cancel" : "Utzi",
|
||||
"Rename" : "Berrizendatu",
|
||||
"Select file or folder to link to" : "Hautatu estekatzeko fitxategia edo karpeta",
|
||||
|
|
@ -243,6 +247,7 @@
|
|||
"Error during upload: {message}" : "Errorea igotzean: {message}",
|
||||
"Error during upload, status code {status}" : "Errore bat gertatu da igotzean, {status} egoera kodea",
|
||||
"Unknown error during upload" : "Errore ezezaguna igotzean",
|
||||
"File list is reloading" : "Fitxategi zerrenda birkargatzen",
|
||||
"Loading current folder" : "Uneko karpeta kargatzen",
|
||||
"Retry" : "saiatu berriro",
|
||||
"No files in here" : "Ez dago fitxategirik hemen",
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@ OC.L10N.register(
|
|||
"Accept" : "Хүлээн зөвшөөрөх",
|
||||
"Reject" : "Татгалзах",
|
||||
"Incoming ownership transfer from {user}" : "{user}-ээс эзэмшил шилжүүлэлт ирж байна",
|
||||
"Do you want to accept {path}?\n\nNote: The transfer process after accepting may take up to 1 hour." : "Та {path}-г хүлээн авахыг хүсэж байна уу?\n\nТайлбар: Хүлээн авсны дараа шилжүүлэх үйл явц 1 цаг хүртэл үргэлжилж болно.",
|
||||
"Ownership transfer denied" : "Эзэмшил шилжүүлэлт татгалзагдсан",
|
||||
"Your ownership transfer of {path} was denied by {user}." : "Таны {path}-ийн эзэмшил шилжүүлэлтийг {user} татгалзсан.",
|
||||
"Ownership transfer failed" : "Эзэмшил шилжүүлэлт амжилтгүй",
|
||||
|
|
@ -156,6 +157,7 @@ OC.L10N.register(
|
|||
"Warn before deleting a file" : "Файл устгахаас өмнө анхааруулах",
|
||||
"WebDAV URL" : "WebDAV URL",
|
||||
"Create an app password" : "Програмын нууц үг үүсгэх",
|
||||
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "Энэ бүртгэлд Хоёр Хүчин Зүйлийн Нотлогоо идэвхжсэн тул WebDAV нотолгоонд шаардлагатай.",
|
||||
"How to access files using WebDAV" : "WebDAV ашиглан файлд хэрхэн хандах вэ",
|
||||
"Total rows summary" : "Нийт мөрүүдийн хураангуй",
|
||||
"Toggle selection for all files and folders" : "Бүх файл болон хавтасны сонголтыг асаах/унтраах",
|
||||
|
|
@ -170,6 +172,7 @@ OC.L10N.register(
|
|||
"List of files and folders." : "Файлууд болон хавтасны жагсаалт.",
|
||||
"You have used your space quota and cannot upload files anymore." : "Та зайн хязгаараа ашигласан тул файл байршуулах боломжгүй.",
|
||||
"Column headers with buttons are sortable." : "Товчтой баганы гарчгуудыг эрэмбэлэх боломжтой.",
|
||||
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Энэ жагсаалт гүйцэтгэлийн шалтгаанаар бүрэн дүрслэгдээгүй байна. Та жагсаалтаар шилжих тусам файлууд дүрслэгдэнэ.",
|
||||
"File not found" : "Файл олдсонгүй",
|
||||
"_{count} selected_::_{count} selected_" : ["{count} сонгогдсон","{count} сонгогдсон"],
|
||||
"Views" : "Харагдацууд",
|
||||
|
|
@ -201,8 +204,11 @@ OC.L10N.register(
|
|||
"Sanitization errors" : "Цэвэрлэлтийн алдаанууд",
|
||||
"Not sanitized filenames" : "Цэвэрлэгдээгүй файлын нэрс",
|
||||
"Windows filename support has been enabled." : "Windows файлын нэрний дэмжлэг идэвхжсэн.",
|
||||
"While this blocks users from creating new files with unsupported filenames, existing files are not yet renamed and thus still may break sync on Windows." : "Энэ нь хэрэглэгчдийг дэмжигдэхгүй файлын нэрээр шинэ файл үүсгэхийг хориглох боловч одоо байгаа файлуудын нэр өөрчлөгдөөгүй тул Windows дээр синхрончлолд алдаа гарч болзошгүй.",
|
||||
"You can trigger a rename of files with invalid filenames, this will be done in the background and may take some time." : "Та буруу файлын нэртэй файлуудын нэрийг өөрчлөхийг эхлүүлж болно, энэ нь далд ажиллах бөгөөд хэсэг хугацаа шаардагдаж болно.",
|
||||
"Please note that this may cause high workload on the sync clients." : "Энэ нь синк клиентүүдэд өндөр ачаалал үүсгэж болохыг анхаарна уу.",
|
||||
"Limit" : "Хязгаар",
|
||||
"This allows to configure how many users should be processed in one background job run." : "Нэг далд ажлын гүйлтэд хэдэн хэрэглэгчийг боловсруулахыг тохируулах боломжийг олгоно.",
|
||||
"Sanitize filenames" : "Файлын нэрийг цэвэрлэх",
|
||||
"(starting)" : "(эхэлж байна)",
|
||||
"Fill template fields" : "Загварын талбаруудыг бөглөх",
|
||||
|
|
@ -224,6 +230,7 @@ OC.L10N.register(
|
|||
"Use {new}" : "{new}-г ашиглах",
|
||||
"Remove extension" : "Өргөтгөл хасах",
|
||||
"Change file extension" : "Файлын өргөтгөл өөрчлөх",
|
||||
"Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Файлын өргөтгөлийг \"{old}\"-с \"{new}\" болгон өөрчлөх нь файлыг унших боломжгүй болгож магадгүй.",
|
||||
"Removing the file extension \"{old}\" may render the file unreadable." : "\"{old}\" файлын өргөтгөлийг хасах нь файлыг уншигдахааргүй болгож болзошгүй.",
|
||||
"Adding the file extension \"{new}\" may render the file unreadable." : "\"{new}\" файлын өргөтгөл нэмэх нь файлыг уншигдахааргүй болгож болзошгүй.",
|
||||
"Do not show this dialog again." : "Энэ цонхыг дахин бүү харуул.",
|
||||
|
|
@ -254,11 +261,15 @@ OC.L10N.register(
|
|||
"Your files" : "Таны файлууд",
|
||||
"Open in files" : "Файлуудад нээх",
|
||||
"File cannot be accessed" : "Файлд хандах боломжгүй",
|
||||
"The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Файл олдсонгүй эсвэл та үзэх зөвшөөрөлгүй байна. Илгээгчээс хуваалцахыг хүснэ үү.",
|
||||
"No search results for “{query}”" : "\"{query}\"-д хайлтын үр дүн олдсонгүй",
|
||||
"Search for files" : "Файл хайх",
|
||||
"Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Файлуудыг бүх клиентүүдтэй синхрончлох боломжтой болгохын тулд файлын нэрийг хязгаарлах боломжийг олгоно. Анхдагчаар POSIX (жишээ нь Linux эсвэл macOS) дээр хүчинтэй бүх файлын нэрийг зөвшөөрнө.",
|
||||
"After enabling the Windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Windows нийцтэй файлын нэрийг идэвхжүүлсний дараа одоо байгаа файлуудыг өөрчлөх боломжгүй боловч эзэмшигч нь хүчинтэй шинэ нэрээр нэрийг нь өөрчилж болно.",
|
||||
"Failed to toggle Windows filename support" : "Windows файлын нэрний дэмжлэгийг асаах/унтраахад алдаа гарлаа",
|
||||
"Files compatibility" : "Файлуудын нийцтэй байдал",
|
||||
"Enforce Windows compatibility" : "Windows нийцтэй байдлыг албадах",
|
||||
"This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Энэ нь Windows системд хүчингүй файлын нэрүүдийг хориглоно, тухайлбал нөөцлөгдсөн нэрс эсвэл тусгай тэмдэгтүүд ашиглах. Гэхдээ энэ нь том жижиг үсгийн мэдрэмжийн нийцтэй байдлыг шаардахгүй.",
|
||||
"Blank" : "Хоосон",
|
||||
"Unable to create new file from template" : "Загвараас шинэ файл үүсгэж чадсангүй",
|
||||
"Pick a template for {name}" : "{name}-д зориулсан загвар сонгох",
|
||||
|
|
@ -308,7 +319,9 @@ OC.L10N.register(
|
|||
"The files are locked" : "Файлууд түгжигдсэн",
|
||||
"The file does not exist anymore" : "Файл байхгүй болсон",
|
||||
"Moving \"{source}\" to \"{destination}\" …" : "\"{source}\"-г \"{destination}\" руу зөөж байна …",
|
||||
"Moving {count} files to \"{destination}\" …" : "{count} файлыг \"{destination}\" руу зөөж байна …",
|
||||
"Copying \"{source}\" to \"{destination}\" …" : "\"{source}\"-г \"{destination}\" руу хуулж байна …",
|
||||
"Copying {count} files to \"{destination}\" …" : "{count} файлыг \"{destination}\" руу хуулж байна …",
|
||||
"Choose destination" : "Очих газар сонгох",
|
||||
"Copy to {target}" : "{target} руу хуулах",
|
||||
"Move to {target}" : "{target} руу зөөх",
|
||||
|
|
@ -319,6 +332,7 @@ OC.L10N.register(
|
|||
"Open locally" : "Локалаар нээх",
|
||||
"Failed to redirect to client" : "Клиент руу шилжүүлж чадсангүй",
|
||||
"Open file locally" : "Файлыг локалаар нээх",
|
||||
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Файл таны төхөөрөмж дээр нээгдэх ёстой. Хэрэв нээгдэхгүй бол ширээний апп суулгасан эсэхээ шалгана уу.",
|
||||
"Retry and close" : "Дахин оролдож хаах",
|
||||
"Open online" : "Онлайнаар нээх",
|
||||
"Details" : "Дэлгэрэнгүй",
|
||||
|
|
@ -336,6 +350,7 @@ OC.L10N.register(
|
|||
"Search in all files" : "Бүх файлуудаас хайх",
|
||||
"Search in folder: {folder}" : "{folder} хавтсанд хайх",
|
||||
"One of the dropped files could not be processed" : "Тавигдсан файлуудын нэгийг боловсруулж чадсангүй",
|
||||
"Your browser does not support the Filesystem API. Directories will not be uploaded" : "Таны хөтөч Filesystem API-г дэмжихгүй байна. Хавтасууд байршуулагдахгүй",
|
||||
"No files to upload" : "Байршуулах файл байхгүй",
|
||||
"Unable to create the directory {directory}" : "{directory} хавтас үүсгэж чадсангүй",
|
||||
"Some files could not be uploaded" : "Зарим файлуудыг байршуулж чадсангүй",
|
||||
|
|
@ -351,6 +366,7 @@ OC.L10N.register(
|
|||
"The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{dir}\" хавтаст \"{newName}\" гэх нэрийг ашигласан байна. Өөр нэр сонгоно уу.",
|
||||
"Could not rename \"{oldName}\"" : "Файлын нэрийг сольж чадсангүй: \"{oldName}\"",
|
||||
"This operation is forbidden" : "Энэ үйлдэл хориотой",
|
||||
"This folder is unavailable, please try again later or contact the administration" : "Энэ хавтас ашиглах боломжгүй байна, дараа дахин оролдоно уу эсвэл удирдлагатай холбогдоно уу",
|
||||
"Storage is temporarily not available" : "Хадгалах төхөөрөмж нь түр хугацаанд ашиглах боломжгүй байна",
|
||||
"Unexpected error: {error}" : "Гэнэтийн алдаа: {error}",
|
||||
"_%n file_::_%n files_" : ["%n файл","%n файл"],
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@
|
|||
"Accept" : "Хүлээн зөвшөөрөх",
|
||||
"Reject" : "Татгалзах",
|
||||
"Incoming ownership transfer from {user}" : "{user}-ээс эзэмшил шилжүүлэлт ирж байна",
|
||||
"Do you want to accept {path}?\n\nNote: The transfer process after accepting may take up to 1 hour." : "Та {path}-г хүлээн авахыг хүсэж байна уу?\n\nТайлбар: Хүлээн авсны дараа шилжүүлэх үйл явц 1 цаг хүртэл үргэлжилж болно.",
|
||||
"Ownership transfer denied" : "Эзэмшил шилжүүлэлт татгалзагдсан",
|
||||
"Your ownership transfer of {path} was denied by {user}." : "Таны {path}-ийн эзэмшил шилжүүлэлтийг {user} татгалзсан.",
|
||||
"Ownership transfer failed" : "Эзэмшил шилжүүлэлт амжилтгүй",
|
||||
|
|
@ -154,6 +155,7 @@
|
|||
"Warn before deleting a file" : "Файл устгахаас өмнө анхааруулах",
|
||||
"WebDAV URL" : "WebDAV URL",
|
||||
"Create an app password" : "Програмын нууц үг үүсгэх",
|
||||
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "Энэ бүртгэлд Хоёр Хүчин Зүйлийн Нотлогоо идэвхжсэн тул WebDAV нотолгоонд шаардлагатай.",
|
||||
"How to access files using WebDAV" : "WebDAV ашиглан файлд хэрхэн хандах вэ",
|
||||
"Total rows summary" : "Нийт мөрүүдийн хураангуй",
|
||||
"Toggle selection for all files and folders" : "Бүх файл болон хавтасны сонголтыг асаах/унтраах",
|
||||
|
|
@ -168,6 +170,7 @@
|
|||
"List of files and folders." : "Файлууд болон хавтасны жагсаалт.",
|
||||
"You have used your space quota and cannot upload files anymore." : "Та зайн хязгаараа ашигласан тул файл байршуулах боломжгүй.",
|
||||
"Column headers with buttons are sortable." : "Товчтой баганы гарчгуудыг эрэмбэлэх боломжтой.",
|
||||
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Энэ жагсаалт гүйцэтгэлийн шалтгаанаар бүрэн дүрслэгдээгүй байна. Та жагсаалтаар шилжих тусам файлууд дүрслэгдэнэ.",
|
||||
"File not found" : "Файл олдсонгүй",
|
||||
"_{count} selected_::_{count} selected_" : ["{count} сонгогдсон","{count} сонгогдсон"],
|
||||
"Views" : "Харагдацууд",
|
||||
|
|
@ -199,8 +202,11 @@
|
|||
"Sanitization errors" : "Цэвэрлэлтийн алдаанууд",
|
||||
"Not sanitized filenames" : "Цэвэрлэгдээгүй файлын нэрс",
|
||||
"Windows filename support has been enabled." : "Windows файлын нэрний дэмжлэг идэвхжсэн.",
|
||||
"While this blocks users from creating new files with unsupported filenames, existing files are not yet renamed and thus still may break sync on Windows." : "Энэ нь хэрэглэгчдийг дэмжигдэхгүй файлын нэрээр шинэ файл үүсгэхийг хориглох боловч одоо байгаа файлуудын нэр өөрчлөгдөөгүй тул Windows дээр синхрончлолд алдаа гарч болзошгүй.",
|
||||
"You can trigger a rename of files with invalid filenames, this will be done in the background and may take some time." : "Та буруу файлын нэртэй файлуудын нэрийг өөрчлөхийг эхлүүлж болно, энэ нь далд ажиллах бөгөөд хэсэг хугацаа шаардагдаж болно.",
|
||||
"Please note that this may cause high workload on the sync clients." : "Энэ нь синк клиентүүдэд өндөр ачаалал үүсгэж болохыг анхаарна уу.",
|
||||
"Limit" : "Хязгаар",
|
||||
"This allows to configure how many users should be processed in one background job run." : "Нэг далд ажлын гүйлтэд хэдэн хэрэглэгчийг боловсруулахыг тохируулах боломжийг олгоно.",
|
||||
"Sanitize filenames" : "Файлын нэрийг цэвэрлэх",
|
||||
"(starting)" : "(эхэлж байна)",
|
||||
"Fill template fields" : "Загварын талбаруудыг бөглөх",
|
||||
|
|
@ -222,6 +228,7 @@
|
|||
"Use {new}" : "{new}-г ашиглах",
|
||||
"Remove extension" : "Өргөтгөл хасах",
|
||||
"Change file extension" : "Файлын өргөтгөл өөрчлөх",
|
||||
"Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Файлын өргөтгөлийг \"{old}\"-с \"{new}\" болгон өөрчлөх нь файлыг унших боломжгүй болгож магадгүй.",
|
||||
"Removing the file extension \"{old}\" may render the file unreadable." : "\"{old}\" файлын өргөтгөлийг хасах нь файлыг уншигдахааргүй болгож болзошгүй.",
|
||||
"Adding the file extension \"{new}\" may render the file unreadable." : "\"{new}\" файлын өргөтгөл нэмэх нь файлыг уншигдахааргүй болгож болзошгүй.",
|
||||
"Do not show this dialog again." : "Энэ цонхыг дахин бүү харуул.",
|
||||
|
|
@ -252,11 +259,15 @@
|
|||
"Your files" : "Таны файлууд",
|
||||
"Open in files" : "Файлуудад нээх",
|
||||
"File cannot be accessed" : "Файлд хандах боломжгүй",
|
||||
"The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Файл олдсонгүй эсвэл та үзэх зөвшөөрөлгүй байна. Илгээгчээс хуваалцахыг хүснэ үү.",
|
||||
"No search results for “{query}”" : "\"{query}\"-д хайлтын үр дүн олдсонгүй",
|
||||
"Search for files" : "Файл хайх",
|
||||
"Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Файлуудыг бүх клиентүүдтэй синхрончлох боломжтой болгохын тулд файлын нэрийг хязгаарлах боломжийг олгоно. Анхдагчаар POSIX (жишээ нь Linux эсвэл macOS) дээр хүчинтэй бүх файлын нэрийг зөвшөөрнө.",
|
||||
"After enabling the Windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Windows нийцтэй файлын нэрийг идэвхжүүлсний дараа одоо байгаа файлуудыг өөрчлөх боломжгүй боловч эзэмшигч нь хүчинтэй шинэ нэрээр нэрийг нь өөрчилж болно.",
|
||||
"Failed to toggle Windows filename support" : "Windows файлын нэрний дэмжлэгийг асаах/унтраахад алдаа гарлаа",
|
||||
"Files compatibility" : "Файлуудын нийцтэй байдал",
|
||||
"Enforce Windows compatibility" : "Windows нийцтэй байдлыг албадах",
|
||||
"This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Энэ нь Windows системд хүчингүй файлын нэрүүдийг хориглоно, тухайлбал нөөцлөгдсөн нэрс эсвэл тусгай тэмдэгтүүд ашиглах. Гэхдээ энэ нь том жижиг үсгийн мэдрэмжийн нийцтэй байдлыг шаардахгүй.",
|
||||
"Blank" : "Хоосон",
|
||||
"Unable to create new file from template" : "Загвараас шинэ файл үүсгэж чадсангүй",
|
||||
"Pick a template for {name}" : "{name}-д зориулсан загвар сонгох",
|
||||
|
|
@ -306,7 +317,9 @@
|
|||
"The files are locked" : "Файлууд түгжигдсэн",
|
||||
"The file does not exist anymore" : "Файл байхгүй болсон",
|
||||
"Moving \"{source}\" to \"{destination}\" …" : "\"{source}\"-г \"{destination}\" руу зөөж байна …",
|
||||
"Moving {count} files to \"{destination}\" …" : "{count} файлыг \"{destination}\" руу зөөж байна …",
|
||||
"Copying \"{source}\" to \"{destination}\" …" : "\"{source}\"-г \"{destination}\" руу хуулж байна …",
|
||||
"Copying {count} files to \"{destination}\" …" : "{count} файлыг \"{destination}\" руу хуулж байна …",
|
||||
"Choose destination" : "Очих газар сонгох",
|
||||
"Copy to {target}" : "{target} руу хуулах",
|
||||
"Move to {target}" : "{target} руу зөөх",
|
||||
|
|
@ -317,6 +330,7 @@
|
|||
"Open locally" : "Локалаар нээх",
|
||||
"Failed to redirect to client" : "Клиент руу шилжүүлж чадсангүй",
|
||||
"Open file locally" : "Файлыг локалаар нээх",
|
||||
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Файл таны төхөөрөмж дээр нээгдэх ёстой. Хэрэв нээгдэхгүй бол ширээний апп суулгасан эсэхээ шалгана уу.",
|
||||
"Retry and close" : "Дахин оролдож хаах",
|
||||
"Open online" : "Онлайнаар нээх",
|
||||
"Details" : "Дэлгэрэнгүй",
|
||||
|
|
@ -334,6 +348,7 @@
|
|||
"Search in all files" : "Бүх файлуудаас хайх",
|
||||
"Search in folder: {folder}" : "{folder} хавтсанд хайх",
|
||||
"One of the dropped files could not be processed" : "Тавигдсан файлуудын нэгийг боловсруулж чадсангүй",
|
||||
"Your browser does not support the Filesystem API. Directories will not be uploaded" : "Таны хөтөч Filesystem API-г дэмжихгүй байна. Хавтасууд байршуулагдахгүй",
|
||||
"No files to upload" : "Байршуулах файл байхгүй",
|
||||
"Unable to create the directory {directory}" : "{directory} хавтас үүсгэж чадсангүй",
|
||||
"Some files could not be uploaded" : "Зарим файлуудыг байршуулж чадсангүй",
|
||||
|
|
@ -349,6 +364,7 @@
|
|||
"The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{dir}\" хавтаст \"{newName}\" гэх нэрийг ашигласан байна. Өөр нэр сонгоно уу.",
|
||||
"Could not rename \"{oldName}\"" : "Файлын нэрийг сольж чадсангүй: \"{oldName}\"",
|
||||
"This operation is forbidden" : "Энэ үйлдэл хориотой",
|
||||
"This folder is unavailable, please try again later or contact the administration" : "Энэ хавтас ашиглах боломжгүй байна, дараа дахин оролдоно уу эсвэл удирдлагатай холбогдоно уу",
|
||||
"Storage is temporarily not available" : "Хадгалах төхөөрөмж нь түр хугацаанд ашиглах боломжгүй байна",
|
||||
"Unexpected error: {error}" : "Гэнэтийн алдаа: {error}",
|
||||
"_%n file_::_%n files_" : ["%n файл","%n файл"],
|
||||
|
|
|
|||
|
|
@ -71,7 +71,9 @@ OC.L10N.register(
|
|||
"Share" : "Түгээх",
|
||||
"Show hidden files" : "Нууцлагдсан файлыг харах",
|
||||
"Case sensitive file system" : "Том жижиг үсэг ялгадаг файлын систем",
|
||||
"Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "Үүнийг идэвхгүй болгосноор жижиг-том үсгийг ялгадаггүй файлын системийг ашиглах боломжтой болох боловч гүйцэтгэлд сөргөөр нөлөөлнө",
|
||||
"Verify ACL access when listing files" : "Файл жагсаахдаа ACL хандалтыг шалгах",
|
||||
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Бүртгэл нь унших зөвшөөрөлгүй элементүүдийг шүүхийн тулд хавтас доторх файл болон хавтас бүрийн ACL-ийг шалгана, гэхдээ гүйцэтгэлд сөргөөр нөлөөлнө",
|
||||
"Timeout" : "Хугацаа дууссан",
|
||||
"SMB/CIFS using OC login" : "OC нэвтрэлт ашигласан SMB/CIFS",
|
||||
"Login as share" : "Хуваалцалтаар нэвтрэх",
|
||||
|
|
@ -81,6 +83,7 @@ OC.L10N.register(
|
|||
"External storage" : "External storage",
|
||||
"External storage support" : "Гадаад санах ойн дэмжлэг",
|
||||
"Adds basic external storage support" : "Үндсэн гадаад санах ойн дэмжлэг нэмнэ",
|
||||
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administration can choose which types of storage to enable and can mount these storage locations for an account, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows people to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the administration with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Энэ програм нь администраторуудад FTP серверүүд, S3 буюу SWIFT объект дэлгүүр, бусад Nextcloud серверүүд, WebDAV серверүүд болон бусад гадаад хадгалалтын үйлчилгээ үзүүлэгчидтэй холболтыг тохируулах боломжийг олгодог. Администратор аль төрлийн хадгалалтыг идэвхжүүлэхийг сонгож, эдгээр хадгалалтын байршлыг бүртгэл, бүлэг буюу бүх системд холбох боломжтой. Хэрэглэгчид Nextcloud-ын үндсэн хавтаст шинэ хавтас харагдах бөгөөд үүнд бусад Nextcloud хавтастай адил нэвтэрч ашиглах боломжтой. Гадаад хадгалалт нь хүмүүст эдгээр гадаад байршилд хадгалагдсан файлуудыг хуваалцах боломжийг олгодог. Эдгээр тохиолдолд хүлээн авагч гадаад хадгалалтаас файл хүсэхэд файлын эзэмшигчийн нэвтрэх мэдээлэл ашиглагддаг бөгөөд ингэснээр хүлээн авагч хуваалцсан файлд нэвтрэх боломжтой болно.\n\nГадаад хадгалалтыг GUI буюу командын мөрөөр тохируулж болно. Хоёрдахь сонголт нь администраторт олон тооны гадаад хадгалалтын холболтыг тохируулах болон холболтын тэргүүлэх дарааллыг тогтооход илүү уян хатан байдлыг олгодог. Нэмэлт мэдээллийг гадаад хадгалалтын GUI баримт бичиг болон гадаад хадгалалтын тохиргооны файлын баримт бичгээс авах боломжтой.",
|
||||
"Edit storage" : "Хадгалах санг засварлах",
|
||||
"Add storage" : "Санах ой нэмэх",
|
||||
"Folder name" : "Хавтасны нэр",
|
||||
|
|
@ -123,14 +126,17 @@ OC.L10N.register(
|
|||
"To access the storage, you need to provide the authentication credentials." : "Хадгалалтад хандахын тулд та баталгаажуулалтын мэдээлэл оруулах хэрэгтэй.",
|
||||
"Enter the storage login" : "Санах ойн нэвтрэх нэрийг оруулах",
|
||||
"Enter the storage password" : "Санах ойн нууц үгийг оруулах",
|
||||
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices." : "Гадаад хадгалалт нь гадаад хадгалалтын үйлчилгээ болон төхөөрөмжүүдийг Nextcloud-ын хоёрдогч хадгалалтын төхөөрөмж болгон холбох боломжийг олгодог.",
|
||||
"You may also allow people to mount their own external storage services." : "Та мөн хэрэглэгчдэд өөрсдийн гадаад хадгалах үйлчилгээг холбохыг зөвшөөрч болно.",
|
||||
"The cURL support in PHP is not enabled or installed." : "PHP дахь cURL дэмжлэг идэвхжээгүй эсвэл суулгаагүй байна.",
|
||||
"The FTP support in PHP is not enabled or installed." : "PHP дахь FTP дэмжлэг идэвхжээгүй эсвэл суулгаагүй байна.",
|
||||
"{module} is not installed." : "{module} суулгаагүй байна.",
|
||||
"Dependant backends" : "Хамааралтай арын системүүд",
|
||||
"No external storage configured or you do not have the permission to configure them" : "Гадаад хадгалалт тохируулагдаагүй байна, эсвэл та тохируулах эрхгүй байна",
|
||||
"Add external storage" : "Гадаад хадгалах сан нэмэх",
|
||||
"Global credentials saved" : "Ерөнхий нэвтрэх мэдээлэл хадгалагдлаа",
|
||||
"Could not save global credentials" : "Ерөнхий нэвтрэх мэдээллийг хадгалж чадсангүй",
|
||||
"Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Ижил нэвтрэх мэдээлэлтэй олон гадаад хадгалалтад нэвтрэхийн тулд ерөнхий нэвтрэх мэдээллийг ашиглаж болно.",
|
||||
"Saving …" : "Хадгалж байна …",
|
||||
"Save" : "Хадгалах",
|
||||
"Unable to update this external storage config. {statusMessage}" : "Энэ гадаад санах ойн тохиргоог шинэчлэж чадсангүй. {statusMessage}",
|
||||
|
|
@ -144,9 +150,12 @@ OC.L10N.register(
|
|||
"Examine this faulty external storage configuration" : "Энэ алдаатай гадаад санах ойн тохиргоог шалгах",
|
||||
"Open in Files" : "Файлуудад нээх",
|
||||
"External mount error" : "Гадаад холболтын алдаа",
|
||||
"There was an error with this external storage. Do you want to review this mount point config in the settings page?" : "Энэ гадаад хадгалалтад алдаа гарлаа. Тохиргооны хуудасны холболтын цэгийн тохиргоог шалгахыг хүсэж байна уу?",
|
||||
"Open settings" : "Тохиргоо нээх",
|
||||
"Ignore" : "Үл тоох",
|
||||
"List of external storage." : "Гадаад санах ойн жагсаалт.",
|
||||
"There is no external storage configured. You can configure them in your Personal settings." : "Гадаад хадгалалт тохируулагдаагүй байна. Хувийн тохиргоондоо тохируулж болно.",
|
||||
"There is no external storage configured and you don't have the permission to configure them." : "Гадаад хадгалалт тохируулагдаагүй байна мөн та тохируулах эрхгүй байна.",
|
||||
"No external storage" : "Гадаад санах ой байхгүй",
|
||||
"Storage type" : "Санах ойн төрөл",
|
||||
"Unknown" : "Үл танигдах зүйл",
|
||||
|
|
@ -165,6 +174,9 @@ OC.L10N.register(
|
|||
"OAuth2" : "OAuth2",
|
||||
"Client ID" : "Хэрэглэгчийн ID",
|
||||
"Client secret" : "Клиентийн нууц",
|
||||
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHP дахь cURL дэмжлэг идэвхжүүлэгдээгүй эсвэл суулгагдаагүй байна. %s-ийг холбох боломжгүй байна. Системийн администратороос суулгахыг хүснэ үү.",
|
||||
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHP дахь FTP дэмжлэг идэвхжүүлэгдээгүй эсвэл суулгагдаагүй байна. %s-ийг холбох боломжгүй байна. Системийн администратороос суулгахыг хүснэ үү.",
|
||||
"\"%1$s\" is not installed. Mounting of %2$s is not possible. Please ask your system administrator to install it." : "\"%1$s\" суулгагдаагүй байна. %2$s-ийг холбох боломжгүй байна. Системийн администратороос суулгахыг хүснэ үү.",
|
||||
"Checking storage …" : "Санах ойг шалгаж байна …",
|
||||
"Type to select account or group." : "Хаяг эсвэл бүлэг сонгохын тулд бичнэ үү.",
|
||||
"(Group)" : "(Бүлэг)",
|
||||
|
|
@ -172,13 +184,17 @@ OC.L10N.register(
|
|||
"Disconnect" : "Салгах",
|
||||
"Unknown backend: {backendName}" : "Тодорхойгүй backend: {backendName}",
|
||||
"Admin defined" : "Админ тодорхойлсон",
|
||||
"Automatic status checking is disabled due to the large number of configured storages, click to check status" : "Тохируулсан хадгалалтуудын тоо ихэссэн учраас автомат байдлаар төлөв шалгах функц идэвхгүй болгогдсон байна. Төлөвийг шалгахын тулд дарна уу",
|
||||
"Are you sure you want to disconnect this external storage?" : "Та энэ гадаад санах ойг салгахдаа итгэлтэй байна уу?",
|
||||
"It will make the storage unavailable in {instanceName} and will lead to a deletion of these files and folders on any sync client that is currently connected but will not delete any files and folders on the external storage itself." : "Энэ нь {instanceName} дахь хадгалалтыг ашиглах боломжгүй болгож, одоо холбогдсон дурын синк клиент дээрх файл болон хавтасуудыг устгахад хүргэнэ, гэхдээ гадаад хадгалалт дээрх файл болон хавтасуудыг устгахгүй.",
|
||||
"Delete storage?" : "Санах ойг устгах уу?",
|
||||
"Click to recheck the configuration" : "Тохиргоог дахин шалгахын тулд дарна уу",
|
||||
"Saving …" : "Хадгалж байна …",
|
||||
"Failed to save global credentials" : "Ерөнхий итгэмжлэлийг хадгалж чадсангүй",
|
||||
"Failed to save global credentials: {message}" : "Ерөнхий итгэмжлэлийг хадгалж чадсангүй: {message}",
|
||||
"No external storage configured or you don't have the permission to configure them" : "Гадаад хадгалалт тохируулагдаагүй байна, эсвэл та тохируулах эрхгүй байна",
|
||||
"Open documentation" : "бичиг баримт нээх",
|
||||
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow people to mount their own external storage services." : "Гадаад хадгалалт нь гадаад хадгалалтын үйлчилгээ болон төхөөрөмжүүдийг Nextcloud-ын хоёрдогч хадгалалтын төхөөрөмж болгон холбох боломжийг олгодог. Мөн хэрэглэгчид өөрсдийн гадаад хадгалалтын үйлчилгээг холбохыг зөвшөөрч болно.",
|
||||
"Configuration" : "Тохиргоо",
|
||||
"Available for" : "Ашиглах боломжтой",
|
||||
"All people" : "Бүх хүмүүс",
|
||||
|
|
|
|||
|
|
@ -69,7 +69,9 @@
|
|||
"Share" : "Түгээх",
|
||||
"Show hidden files" : "Нууцлагдсан файлыг харах",
|
||||
"Case sensitive file system" : "Том жижиг үсэг ялгадаг файлын систем",
|
||||
"Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "Үүнийг идэвхгүй болгосноор жижиг-том үсгийг ялгадаггүй файлын системийг ашиглах боломжтой болох боловч гүйцэтгэлд сөргөөр нөлөөлнө",
|
||||
"Verify ACL access when listing files" : "Файл жагсаахдаа ACL хандалтыг шалгах",
|
||||
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Бүртгэл нь унших зөвшөөрөлгүй элементүүдийг шүүхийн тулд хавтас доторх файл болон хавтас бүрийн ACL-ийг шалгана, гэхдээ гүйцэтгэлд сөргөөр нөлөөлнө",
|
||||
"Timeout" : "Хугацаа дууссан",
|
||||
"SMB/CIFS using OC login" : "OC нэвтрэлт ашигласан SMB/CIFS",
|
||||
"Login as share" : "Хуваалцалтаар нэвтрэх",
|
||||
|
|
@ -79,6 +81,7 @@
|
|||
"External storage" : "External storage",
|
||||
"External storage support" : "Гадаад санах ойн дэмжлэг",
|
||||
"Adds basic external storage support" : "Үндсэн гадаад санах ойн дэмжлэг нэмнэ",
|
||||
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administration can choose which types of storage to enable and can mount these storage locations for an account, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows people to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the administration with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Энэ програм нь администраторуудад FTP серверүүд, S3 буюу SWIFT объект дэлгүүр, бусад Nextcloud серверүүд, WebDAV серверүүд болон бусад гадаад хадгалалтын үйлчилгээ үзүүлэгчидтэй холболтыг тохируулах боломжийг олгодог. Администратор аль төрлийн хадгалалтыг идэвхжүүлэхийг сонгож, эдгээр хадгалалтын байршлыг бүртгэл, бүлэг буюу бүх системд холбох боломжтой. Хэрэглэгчид Nextcloud-ын үндсэн хавтаст шинэ хавтас харагдах бөгөөд үүнд бусад Nextcloud хавтастай адил нэвтэрч ашиглах боломжтой. Гадаад хадгалалт нь хүмүүст эдгээр гадаад байршилд хадгалагдсан файлуудыг хуваалцах боломжийг олгодог. Эдгээр тохиолдолд хүлээн авагч гадаад хадгалалтаас файл хүсэхэд файлын эзэмшигчийн нэвтрэх мэдээлэл ашиглагддаг бөгөөд ингэснээр хүлээн авагч хуваалцсан файлд нэвтрэх боломжтой болно.\n\nГадаад хадгалалтыг GUI буюу командын мөрөөр тохируулж болно. Хоёрдахь сонголт нь администраторт олон тооны гадаад хадгалалтын холболтыг тохируулах болон холболтын тэргүүлэх дарааллыг тогтооход илүү уян хатан байдлыг олгодог. Нэмэлт мэдээллийг гадаад хадгалалтын GUI баримт бичиг болон гадаад хадгалалтын тохиргооны файлын баримт бичгээс авах боломжтой.",
|
||||
"Edit storage" : "Хадгалах санг засварлах",
|
||||
"Add storage" : "Санах ой нэмэх",
|
||||
"Folder name" : "Хавтасны нэр",
|
||||
|
|
@ -121,14 +124,17 @@
|
|||
"To access the storage, you need to provide the authentication credentials." : "Хадгалалтад хандахын тулд та баталгаажуулалтын мэдээлэл оруулах хэрэгтэй.",
|
||||
"Enter the storage login" : "Санах ойн нэвтрэх нэрийг оруулах",
|
||||
"Enter the storage password" : "Санах ойн нууц үгийг оруулах",
|
||||
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices." : "Гадаад хадгалалт нь гадаад хадгалалтын үйлчилгээ болон төхөөрөмжүүдийг Nextcloud-ын хоёрдогч хадгалалтын төхөөрөмж болгон холбох боломжийг олгодог.",
|
||||
"You may also allow people to mount their own external storage services." : "Та мөн хэрэглэгчдэд өөрсдийн гадаад хадгалах үйлчилгээг холбохыг зөвшөөрч болно.",
|
||||
"The cURL support in PHP is not enabled or installed." : "PHP дахь cURL дэмжлэг идэвхжээгүй эсвэл суулгаагүй байна.",
|
||||
"The FTP support in PHP is not enabled or installed." : "PHP дахь FTP дэмжлэг идэвхжээгүй эсвэл суулгаагүй байна.",
|
||||
"{module} is not installed." : "{module} суулгаагүй байна.",
|
||||
"Dependant backends" : "Хамааралтай арын системүүд",
|
||||
"No external storage configured or you do not have the permission to configure them" : "Гадаад хадгалалт тохируулагдаагүй байна, эсвэл та тохируулах эрхгүй байна",
|
||||
"Add external storage" : "Гадаад хадгалах сан нэмэх",
|
||||
"Global credentials saved" : "Ерөнхий нэвтрэх мэдээлэл хадгалагдлаа",
|
||||
"Could not save global credentials" : "Ерөнхий нэвтрэх мэдээллийг хадгалж чадсангүй",
|
||||
"Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Ижил нэвтрэх мэдээлэлтэй олон гадаад хадгалалтад нэвтрэхийн тулд ерөнхий нэвтрэх мэдээллийг ашиглаж болно.",
|
||||
"Saving …" : "Хадгалж байна …",
|
||||
"Save" : "Хадгалах",
|
||||
"Unable to update this external storage config. {statusMessage}" : "Энэ гадаад санах ойн тохиргоог шинэчлэж чадсангүй. {statusMessage}",
|
||||
|
|
@ -142,9 +148,12 @@
|
|||
"Examine this faulty external storage configuration" : "Энэ алдаатай гадаад санах ойн тохиргоог шалгах",
|
||||
"Open in Files" : "Файлуудад нээх",
|
||||
"External mount error" : "Гадаад холболтын алдаа",
|
||||
"There was an error with this external storage. Do you want to review this mount point config in the settings page?" : "Энэ гадаад хадгалалтад алдаа гарлаа. Тохиргооны хуудасны холболтын цэгийн тохиргоог шалгахыг хүсэж байна уу?",
|
||||
"Open settings" : "Тохиргоо нээх",
|
||||
"Ignore" : "Үл тоох",
|
||||
"List of external storage." : "Гадаад санах ойн жагсаалт.",
|
||||
"There is no external storage configured. You can configure them in your Personal settings." : "Гадаад хадгалалт тохируулагдаагүй байна. Хувийн тохиргоондоо тохируулж болно.",
|
||||
"There is no external storage configured and you don't have the permission to configure them." : "Гадаад хадгалалт тохируулагдаагүй байна мөн та тохируулах эрхгүй байна.",
|
||||
"No external storage" : "Гадаад санах ой байхгүй",
|
||||
"Storage type" : "Санах ойн төрөл",
|
||||
"Unknown" : "Үл танигдах зүйл",
|
||||
|
|
@ -163,6 +172,9 @@
|
|||
"OAuth2" : "OAuth2",
|
||||
"Client ID" : "Хэрэглэгчийн ID",
|
||||
"Client secret" : "Клиентийн нууц",
|
||||
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHP дахь cURL дэмжлэг идэвхжүүлэгдээгүй эсвэл суулгагдаагүй байна. %s-ийг холбох боломжгүй байна. Системийн администратороос суулгахыг хүснэ үү.",
|
||||
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHP дахь FTP дэмжлэг идэвхжүүлэгдээгүй эсвэл суулгагдаагүй байна. %s-ийг холбох боломжгүй байна. Системийн администратороос суулгахыг хүснэ үү.",
|
||||
"\"%1$s\" is not installed. Mounting of %2$s is not possible. Please ask your system administrator to install it." : "\"%1$s\" суулгагдаагүй байна. %2$s-ийг холбох боломжгүй байна. Системийн администратороос суулгахыг хүснэ үү.",
|
||||
"Checking storage …" : "Санах ойг шалгаж байна …",
|
||||
"Type to select account or group." : "Хаяг эсвэл бүлэг сонгохын тулд бичнэ үү.",
|
||||
"(Group)" : "(Бүлэг)",
|
||||
|
|
@ -170,13 +182,17 @@
|
|||
"Disconnect" : "Салгах",
|
||||
"Unknown backend: {backendName}" : "Тодорхойгүй backend: {backendName}",
|
||||
"Admin defined" : "Админ тодорхойлсон",
|
||||
"Automatic status checking is disabled due to the large number of configured storages, click to check status" : "Тохируулсан хадгалалтуудын тоо ихэссэн учраас автомат байдлаар төлөв шалгах функц идэвхгүй болгогдсон байна. Төлөвийг шалгахын тулд дарна уу",
|
||||
"Are you sure you want to disconnect this external storage?" : "Та энэ гадаад санах ойг салгахдаа итгэлтэй байна уу?",
|
||||
"It will make the storage unavailable in {instanceName} and will lead to a deletion of these files and folders on any sync client that is currently connected but will not delete any files and folders on the external storage itself." : "Энэ нь {instanceName} дахь хадгалалтыг ашиглах боломжгүй болгож, одоо холбогдсон дурын синк клиент дээрх файл болон хавтасуудыг устгахад хүргэнэ, гэхдээ гадаад хадгалалт дээрх файл болон хавтасуудыг устгахгүй.",
|
||||
"Delete storage?" : "Санах ойг устгах уу?",
|
||||
"Click to recheck the configuration" : "Тохиргоог дахин шалгахын тулд дарна уу",
|
||||
"Saving …" : "Хадгалж байна …",
|
||||
"Failed to save global credentials" : "Ерөнхий итгэмжлэлийг хадгалж чадсангүй",
|
||||
"Failed to save global credentials: {message}" : "Ерөнхий итгэмжлэлийг хадгалж чадсангүй: {message}",
|
||||
"No external storage configured or you don't have the permission to configure them" : "Гадаад хадгалалт тохируулагдаагүй байна, эсвэл та тохируулах эрхгүй байна",
|
||||
"Open documentation" : "бичиг баримт нээх",
|
||||
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow people to mount their own external storage services." : "Гадаад хадгалалт нь гадаад хадгалалтын үйлчилгээ болон төхөөрөмжүүдийг Nextcloud-ын хоёрдогч хадгалалтын төхөөрөмж болгон холбох боломжийг олгодог. Мөн хэрэглэгчид өөрсдийн гадаад хадгалалтын үйлчилгээг холбохыг зөвшөөрч болно.",
|
||||
"Configuration" : "Тохиргоо",
|
||||
"Available for" : "Ашиглах боломжтой",
|
||||
"All people" : "Бүх хүмүүс",
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ OC.L10N.register(
|
|||
"View folder" : "Хавтас харах",
|
||||
"Files reminder" : "Файлын сануулга",
|
||||
"The \"files_reminders\" app can work properly." : "\"files_reminders\" апп зөв ажиллаж чадна.",
|
||||
"The \"files_reminders\" app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "\"files_reminders\" програм зөв ажиллахын тулд мэдэгдлийн програм шаардлагатай. Та мэдэгдлийг идэвхжүүлэх эсвэл files_reminder-ийг идэвхгүй болгох хэрэгтэй.",
|
||||
"Set file reminders" : "Файлын сануулга тохируулах",
|
||||
"Please choose a valid date & time" : "Зөв огноо ба цаг сонгоно уу",
|
||||
"Reminder set for \"{fileName}\"" : "\"{fileName}\"-д сануулга тохируулагдсан",
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"View folder" : "Хавтас харах",
|
||||
"Files reminder" : "Файлын сануулга",
|
||||
"The \"files_reminders\" app can work properly." : "\"files_reminders\" апп зөв ажиллаж чадна.",
|
||||
"The \"files_reminders\" app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "\"files_reminders\" програм зөв ажиллахын тулд мэдэгдлийн програм шаардлагатай. Та мэдэгдлийг идэвхжүүлэх эсвэл files_reminder-ийг идэвхгүй болгох хэрэгтэй.",
|
||||
"Set file reminders" : "Файлын сануулга тохируулах",
|
||||
"Please choose a valid date & time" : "Зөв огноо ба цаг сонгоно уу",
|
||||
"Reminder set for \"{fileName}\"" : "\"{fileName}\"-д сануулга тохируулагдсан",
|
||||
|
|
|
|||
|
|
@ -54,6 +54,8 @@ OC.L10N.register(
|
|||
"{actor} removed you from the share named {file}" : "{actor} таныг {file} нэртэй хуваалцалтаас хассан",
|
||||
"Share for file {file} with {user} expired" : "{file} файлын {user}-т хуваалцсан хугацаа дууссан",
|
||||
"Share for file {file} expired" : "{file} файлын хуваалцалтын хугацаа дууссан",
|
||||
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "И-мэйл эсвэл нийтийн холбоосоор хуваалцсан файл эсвэл хавтасыг <strong>татаж авсан</strong>",
|
||||
"Files have been <strong>uploaded</strong> to a folder shared by mail or by public link" : "И-мэйл эсвэл нийтийн холбоосоор хуваалцсан хавтас руу файлуудыг <strong>байршуулсан</strong>",
|
||||
"A file or folder was shared from <strong>another server</strong>" : "Файл эсвэл хавтас <strong>өөр серверээс</strong> хуваалцагдсан",
|
||||
"Sharing" : "Түгээх",
|
||||
"A file or folder has been <strong>shared</strong>" : "Файл эсвэл хавтас <strong>хуваалцагдсан</strong>",
|
||||
|
|
@ -68,6 +70,8 @@ OC.L10N.register(
|
|||
"Please specify a valid group" : "Хүчинтэй бүлгийг зааж өгнө үү",
|
||||
"Public link sharing is disabled by the administrator" : "Нийтийн холбоосын хуваалцалт админаар идэвхгүй болгогдсон",
|
||||
"Please specify a valid email address" : "Хүчинтэй имэйл хаягийг зааж өгнө үү",
|
||||
"Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "%s-г хуваалцахад Nextcloud Talk-ээр нууц үг илгээх амжилтгүй боллоо, учир нь Nextcloud Talk идэвхжүүлээгүй байна",
|
||||
"Sharing %1$s failed because the back end does not allow shares from type %2$s" : "%1$s-г хуваалцах амжилтгүй боллоо, учир нь систем %2$s төрлийн хуваалцалтыг зөвшөөрдөггүй",
|
||||
"Please specify a valid federated account ID" : "Хүчинтэй холбогдсон хаягийн ID-г зааж өгнө үү",
|
||||
"Please specify a valid federated group ID" : "Хүчинтэй холбогдсон бүлгийн ID-г зааж өгнө үү",
|
||||
"You cannot share to a Team if the app is not enabled" : "Апп идэвхгүй бол багт хуваалцах боломжгүй",
|
||||
|
|
@ -84,7 +88,9 @@ OC.L10N.register(
|
|||
"no sharing rights on this item" : "энэ зүйл дээр хуваалцах эрх байхгүй",
|
||||
"You are not allowed to edit incoming shares" : "Та ирж буй хуваалцалтыг засах эрхгүй байна",
|
||||
"Wrong or no update parameter given" : "Буруу эсвэл шинэчлэх параметр өгөгдөөгүй",
|
||||
"\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "Файл эсвэл хавтасыг хуваалцахдаа \"Nextcloud Talk-ээр нууц үг илгээх\" амжилтгүй боллоо, учир нь Nextcloud Talk идэвхжүүлээгүй байна.",
|
||||
"Custom share link tokens have been disabled by the administrator" : "Өөрчлөн тохируулсан хуваалцах холбоосын токенууд админаар идэвхгүй болгогдсон",
|
||||
"Tokens must contain at least 1 character and may only contain letters, numbers, or a hyphen" : "Токен нь дор хаяж 1 тэмдэгт агуулсан байх бөгөөд зөвхөн үсэг, тоо эсвэл зураас агуулж болно",
|
||||
"Invalid date. Format must be YYYY-MM-DD" : "Буруу огноо. Формат YYYY-MM-DD байх ёстой",
|
||||
"No sharing rights on this item" : "Энэ зүйл дээр хуваалцах эрх байхгүй",
|
||||
"Invalid share attributes provided: \"%s\"" : "Буруу хуваалцалтын шинж чанар өгөгдсөн: \"%s\"",
|
||||
|
|
@ -107,9 +113,12 @@ OC.L10N.register(
|
|||
"Accept" : "Хүлээн зөвшөөрөх",
|
||||
"Decline" : "Зөвшөөрөхгүй",
|
||||
"Remember to upload the files to %s" : "%s-д файлуудаа байршуулахаа санаарай",
|
||||
"We would like to kindly remind you that you have not yet uploaded any files to the shared folder." : "Та хуваалцсан хавтасруу одоог хүртэл ямар ч файл байршуулаагүй байгааг сануулж байна.",
|
||||
"Open \"%s\"" : "\"%s\"-г нээх",
|
||||
"This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other people outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Энэ програм нь хэрэглэгчдэд Nextcloud дотор файл хуваалцах боломжийг олгоно. Идэвхжүүлсэн тохиолдолд администратор аль бүлэг файл хуваалцаж болохыг сонгож болно. Холбогдох хэрэглэгчид Nextcloud дотор бусад бүртгэл болон бүлгүүдтэй файл, хавтасаа хуваалцаж чадна. Мөн администратор хуваалцах холбоосын функцийг идэвхжүүлбэл Nextcloud-аас гадуурх хүмүүстэй файл хуваалцахад гадаад холбоос ашиглаж болно. Администраторууд нууц үг, дуусах огноо тогтоох болон серверээс серверт хуваалцах, мобайл төхөөрөмжөөс хуваалцах боломжийг нэмж идэвхжүүлж болно.\nФункцийг унтраавал серверт хадгалагдаж байгаа хуваалцсан файл, хавтасууд бүх хүлээн авагчдад болон синк клиент, мобайл апп дээр устгагдана. Дэлгэрэнгүй мэдээллийг Nextcloud-ийн баримт бичгээс үзнэ үү.",
|
||||
"Filter accounts" : "Хаягуудыг шүүх",
|
||||
"you" : "та",
|
||||
"The request will expire on {date} at midnight and will be password protected." : "Хүсэлт {date}-нд шөнө дунд дуусах бөгөөд нууц үгээр хамгаалагдсан байна.",
|
||||
"The request will expire on {date} at midnight." : "Хүсэлтийн хугацаа {date}-д шөнө дунд дуусна.",
|
||||
"The request will be password protected." : "Хүсэлт нууц үгээр хамгаалагдсан байна.",
|
||||
"When should the request expire?" : "Хүсэлтийн хугацаа хэзээ дуусах вэ?",
|
||||
|
|
@ -130,6 +139,7 @@ OC.L10N.register(
|
|||
"_The following email address is not valid: {emails}_::_The following email addresses are not valid: {emails}_" : ["Дараах имэйл хаяг буруу байна: {emails}","Дараах имэйл хаягууд буруу байна: {emails}"],
|
||||
"_{count} email address already added_::_{count} email addresses already added_" : ["{count} имэйл хаяг аль хэдийн нэмэгдсэн","{count} имэйл хаяг аль хэдийн нэмэгдсэн"],
|
||||
"_{count} email address added_::_{count} email addresses added_" : ["{count} имэйл хаяг нэмэгдлээ","{count} имэйл хаяг нэмэгдлээ"],
|
||||
"You can now share the link below to allow people to upload files to your directory." : "Та доорх холбоосыг хуваалцаж бусад хүмүүст таны санд файл байршуулах боломж олгож болно.",
|
||||
"Share link" : "Холбоос хуваалцах",
|
||||
"Copy" : "хуулах",
|
||||
"Send link via email" : "Холбоосыг имэйлээр илгээх",
|
||||
|
|
@ -147,6 +157,7 @@ OC.L10N.register(
|
|||
"Add a note" : "Тэмдэглэл нэмэх",
|
||||
"Note for recipient" : "Хүлээн авагчид тэмдэглэл",
|
||||
"Add a note to help people understand what you are requesting." : "Таны хүсэлтийг ойлгоход туслах тэмдэглэл нэмнэ үү.",
|
||||
"You can add links, date or any other information that will help the recipient understand what you are requesting." : "Та хүлээн авагч таны хүсэлтийг ойлгоход туслах холбоос, огноо эсвэл бусад мэдээллийг нэмж болно.",
|
||||
"Close" : "–•–∞–∞—Ö",
|
||||
"_Send email and close_::_Send {count} emails and close_" : ["Имэйл илгээж хаах","{count} имэйл илгээж хаах"],
|
||||
"Please select a folder, you cannot share the root directory." : "Хавтас сонгоно уу, үндсэн директорыг хуваалцах боломжгүй.",
|
||||
|
|
@ -271,6 +282,7 @@ OC.L10N.register(
|
|||
"Advanced settings" : "Нарийвчилсан тохиргоо",
|
||||
"Share label" : "Хуваалцах шошго",
|
||||
"Share link token" : "Хуваалцах холбоосын токен",
|
||||
"Set the public share link token to something easy to remember or generate a new token. It is not recommended to use a guessable token for shares which contain sensitive information." : "Нийтийн хуваалцах холбоосын токеныг санахад хялбар зүйл болгож тохируулна уу эсвэл шинэ токен үүсгэнэ үү. Нууц мэдээлэл агуулсан хуваалцалтад таахад хялбар токен ашиглахыг зөвлөдөггүй.",
|
||||
"Generating…" : "Үүсгэж байна…",
|
||||
"Generate new token" : "Шинэ токен үүсгэх",
|
||||
"Set password" : "Нууц үг тохируулах",
|
||||
|
|
@ -292,6 +304,9 @@ OC.L10N.register(
|
|||
"Unable to fetch inherited shares" : "Удамшсан хуваалцалтуудыг авч чадсангүй",
|
||||
"Link shares" : "Холбоосын хуваалцалтууд",
|
||||
"Shares" : "Түгээлтүүд",
|
||||
"Share files within your organization. Recipients who can already view the file can also use this link for easy access." : "Байгууллагынхаа дотор файл хуваалцаарай. Файлыг аль хэдийн үзэж чадах хүлээн авагчид энэ холбоосыг хялбар хандалтад ашиглаж болно.",
|
||||
"Share files with others outside your organization via public links and email addresses. You can also share to {productName} accounts on other instances using their federated cloud ID." : "Нийтийн холбоос болон и-мэйл хаягаар дамжуулан байгууллагынхаа гадуурх хүмүүстэй файл хуваалцаарай. Мөн бусад серверт байгаа {productName} бүртгэлүүдтэй тэдний federated cloud ID-г ашиглан хуваалцаж болно.",
|
||||
"Shares from apps or other sources which are not included in internal or external shares." : "Дотоод болон гадаад хуваалцалтад ороогүй апп эсвэл бусад эх сурвалжаас хийсэн хуваалцалтууд.",
|
||||
"Type names, teams, federated cloud IDs" : "Нэр, баг, холбогдсон үүл ID бичнэ үү",
|
||||
"Type names or teams" : "Нэр эсвэл баг бичнэ үү",
|
||||
"Type a federated cloud ID" : "Холбогдсон үүл ID бичнэ үү",
|
||||
|
|
|
|||
|
|
@ -52,6 +52,8 @@
|
|||
"{actor} removed you from the share named {file}" : "{actor} таныг {file} нэртэй хуваалцалтаас хассан",
|
||||
"Share for file {file} with {user} expired" : "{file} файлын {user}-т хуваалцсан хугацаа дууссан",
|
||||
"Share for file {file} expired" : "{file} файлын хуваалцалтын хугацаа дууссан",
|
||||
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "И-мэйл эсвэл нийтийн холбоосоор хуваалцсан файл эсвэл хавтасыг <strong>татаж авсан</strong>",
|
||||
"Files have been <strong>uploaded</strong> to a folder shared by mail or by public link" : "И-мэйл эсвэл нийтийн холбоосоор хуваалцсан хавтас руу файлуудыг <strong>байршуулсан</strong>",
|
||||
"A file or folder was shared from <strong>another server</strong>" : "Файл эсвэл хавтас <strong>өөр серверээс</strong> хуваалцагдсан",
|
||||
"Sharing" : "Түгээх",
|
||||
"A file or folder has been <strong>shared</strong>" : "Файл эсвэл хавтас <strong>хуваалцагдсан</strong>",
|
||||
|
|
@ -66,6 +68,8 @@
|
|||
"Please specify a valid group" : "Хүчинтэй бүлгийг зааж өгнө үү",
|
||||
"Public link sharing is disabled by the administrator" : "Нийтийн холбоосын хуваалцалт админаар идэвхгүй болгогдсон",
|
||||
"Please specify a valid email address" : "Хүчинтэй имэйл хаягийг зааж өгнө үү",
|
||||
"Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "%s-г хуваалцахад Nextcloud Talk-ээр нууц үг илгээх амжилтгүй боллоо, учир нь Nextcloud Talk идэвхжүүлээгүй байна",
|
||||
"Sharing %1$s failed because the back end does not allow shares from type %2$s" : "%1$s-г хуваалцах амжилтгүй боллоо, учир нь систем %2$s төрлийн хуваалцалтыг зөвшөөрдөггүй",
|
||||
"Please specify a valid federated account ID" : "Хүчинтэй холбогдсон хаягийн ID-г зааж өгнө үү",
|
||||
"Please specify a valid federated group ID" : "Хүчинтэй холбогдсон бүлгийн ID-г зааж өгнө үү",
|
||||
"You cannot share to a Team if the app is not enabled" : "Апп идэвхгүй бол багт хуваалцах боломжгүй",
|
||||
|
|
@ -82,7 +86,9 @@
|
|||
"no sharing rights on this item" : "энэ зүйл дээр хуваалцах эрх байхгүй",
|
||||
"You are not allowed to edit incoming shares" : "Та ирж буй хуваалцалтыг засах эрхгүй байна",
|
||||
"Wrong or no update parameter given" : "Буруу эсвэл шинэчлэх параметр өгөгдөөгүй",
|
||||
"\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "Файл эсвэл хавтасыг хуваалцахдаа \"Nextcloud Talk-ээр нууц үг илгээх\" амжилтгүй боллоо, учир нь Nextcloud Talk идэвхжүүлээгүй байна.",
|
||||
"Custom share link tokens have been disabled by the administrator" : "Өөрчлөн тохируулсан хуваалцах холбоосын токенууд админаар идэвхгүй болгогдсон",
|
||||
"Tokens must contain at least 1 character and may only contain letters, numbers, or a hyphen" : "Токен нь дор хаяж 1 тэмдэгт агуулсан байх бөгөөд зөвхөн үсэг, тоо эсвэл зураас агуулж болно",
|
||||
"Invalid date. Format must be YYYY-MM-DD" : "Буруу огноо. Формат YYYY-MM-DD байх ёстой",
|
||||
"No sharing rights on this item" : "Энэ зүйл дээр хуваалцах эрх байхгүй",
|
||||
"Invalid share attributes provided: \"%s\"" : "Буруу хуваалцалтын шинж чанар өгөгдсөн: \"%s\"",
|
||||
|
|
@ -105,9 +111,12 @@
|
|||
"Accept" : "Хүлээн зөвшөөрөх",
|
||||
"Decline" : "Зөвшөөрөхгүй",
|
||||
"Remember to upload the files to %s" : "%s-д файлуудаа байршуулахаа санаарай",
|
||||
"We would like to kindly remind you that you have not yet uploaded any files to the shared folder." : "Та хуваалцсан хавтасруу одоог хүртэл ямар ч файл байршуулаагүй байгааг сануулж байна.",
|
||||
"Open \"%s\"" : "\"%s\"-г нээх",
|
||||
"This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other people outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Энэ програм нь хэрэглэгчдэд Nextcloud дотор файл хуваалцах боломжийг олгоно. Идэвхжүүлсэн тохиолдолд администратор аль бүлэг файл хуваалцаж болохыг сонгож болно. Холбогдох хэрэглэгчид Nextcloud дотор бусад бүртгэл болон бүлгүүдтэй файл, хавтасаа хуваалцаж чадна. Мөн администратор хуваалцах холбоосын функцийг идэвхжүүлбэл Nextcloud-аас гадуурх хүмүүстэй файл хуваалцахад гадаад холбоос ашиглаж болно. Администраторууд нууц үг, дуусах огноо тогтоох болон серверээс серверт хуваалцах, мобайл төхөөрөмжөөс хуваалцах боломжийг нэмж идэвхжүүлж болно.\nФункцийг унтраавал серверт хадгалагдаж байгаа хуваалцсан файл, хавтасууд бүх хүлээн авагчдад болон синк клиент, мобайл апп дээр устгагдана. Дэлгэрэнгүй мэдээллийг Nextcloud-ийн баримт бичгээс үзнэ үү.",
|
||||
"Filter accounts" : "Хаягуудыг шүүх",
|
||||
"you" : "та",
|
||||
"The request will expire on {date} at midnight and will be password protected." : "Хүсэлт {date}-нд шөнө дунд дуусах бөгөөд нууц үгээр хамгаалагдсан байна.",
|
||||
"The request will expire on {date} at midnight." : "Хүсэлтийн хугацаа {date}-д шөнө дунд дуусна.",
|
||||
"The request will be password protected." : "Хүсэлт нууц үгээр хамгаалагдсан байна.",
|
||||
"When should the request expire?" : "Хүсэлтийн хугацаа хэзээ дуусах вэ?",
|
||||
|
|
@ -128,6 +137,7 @@
|
|||
"_The following email address is not valid: {emails}_::_The following email addresses are not valid: {emails}_" : ["Дараах имэйл хаяг буруу байна: {emails}","Дараах имэйл хаягууд буруу байна: {emails}"],
|
||||
"_{count} email address already added_::_{count} email addresses already added_" : ["{count} имэйл хаяг аль хэдийн нэмэгдсэн","{count} имэйл хаяг аль хэдийн нэмэгдсэн"],
|
||||
"_{count} email address added_::_{count} email addresses added_" : ["{count} имэйл хаяг нэмэгдлээ","{count} имэйл хаяг нэмэгдлээ"],
|
||||
"You can now share the link below to allow people to upload files to your directory." : "Та доорх холбоосыг хуваалцаж бусад хүмүүст таны санд файл байршуулах боломж олгож болно.",
|
||||
"Share link" : "Холбоос хуваалцах",
|
||||
"Copy" : "хуулах",
|
||||
"Send link via email" : "Холбоосыг имэйлээр илгээх",
|
||||
|
|
@ -145,6 +155,7 @@
|
|||
"Add a note" : "Тэмдэглэл нэмэх",
|
||||
"Note for recipient" : "Хүлээн авагчид тэмдэглэл",
|
||||
"Add a note to help people understand what you are requesting." : "Таны хүсэлтийг ойлгоход туслах тэмдэглэл нэмнэ үү.",
|
||||
"You can add links, date or any other information that will help the recipient understand what you are requesting." : "Та хүлээн авагч таны хүсэлтийг ойлгоход туслах холбоос, огноо эсвэл бусад мэдээллийг нэмж болно.",
|
||||
"Close" : "–•–∞–∞—Ö",
|
||||
"_Send email and close_::_Send {count} emails and close_" : ["Имэйл илгээж хаах","{count} имэйл илгээж хаах"],
|
||||
"Please select a folder, you cannot share the root directory." : "Хавтас сонгоно уу, үндсэн директорыг хуваалцах боломжгүй.",
|
||||
|
|
@ -269,6 +280,7 @@
|
|||
"Advanced settings" : "Нарийвчилсан тохиргоо",
|
||||
"Share label" : "Хуваалцах шошго",
|
||||
"Share link token" : "Хуваалцах холбоосын токен",
|
||||
"Set the public share link token to something easy to remember or generate a new token. It is not recommended to use a guessable token for shares which contain sensitive information." : "Нийтийн хуваалцах холбоосын токеныг санахад хялбар зүйл болгож тохируулна уу эсвэл шинэ токен үүсгэнэ үү. Нууц мэдээлэл агуулсан хуваалцалтад таахад хялбар токен ашиглахыг зөвлөдөггүй.",
|
||||
"Generating…" : "Үүсгэж байна…",
|
||||
"Generate new token" : "Шинэ токен үүсгэх",
|
||||
"Set password" : "Нууц үг тохируулах",
|
||||
|
|
@ -290,6 +302,9 @@
|
|||
"Unable to fetch inherited shares" : "Удамшсан хуваалцалтуудыг авч чадсангүй",
|
||||
"Link shares" : "Холбоосын хуваалцалтууд",
|
||||
"Shares" : "Түгээлтүүд",
|
||||
"Share files within your organization. Recipients who can already view the file can also use this link for easy access." : "Байгууллагынхаа дотор файл хуваалцаарай. Файлыг аль хэдийн үзэж чадах хүлээн авагчид энэ холбоосыг хялбар хандалтад ашиглаж болно.",
|
||||
"Share files with others outside your organization via public links and email addresses. You can also share to {productName} accounts on other instances using their federated cloud ID." : "Нийтийн холбоос болон и-мэйл хаягаар дамжуулан байгууллагынхаа гадуурх хүмүүстэй файл хуваалцаарай. Мөн бусад серверт байгаа {productName} бүртгэлүүдтэй тэдний federated cloud ID-г ашиглан хуваалцаж болно.",
|
||||
"Shares from apps or other sources which are not included in internal or external shares." : "Дотоод болон гадаад хуваалцалтад ороогүй апп эсвэл бусад эх сурвалжаас хийсэн хуваалцалтууд.",
|
||||
"Type names, teams, federated cloud IDs" : "Нэр, баг, холбогдсон үүл ID бичнэ үү",
|
||||
"Type names or teams" : "Нэр эсвэл баг бичнэ үү",
|
||||
"Type a federated cloud ID" : "Холбогдсон үүл ID бичнэ үү",
|
||||
|
|
|
|||
|
|
@ -3,10 +3,14 @@ OC.L10N.register(
|
|||
{
|
||||
"restored" : "сэргээсэн",
|
||||
"Deleted files" : "Устгасан файлууд",
|
||||
"Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Хогийн савд байгаа устгасан файл, хавтасууд (хадгалах зай хомс бол экспортлох үед хугацаа дуусч болно)",
|
||||
"This application enables people to restore files that were deleted from the system." : "Энэ програм нь хэрэглэгчдэд системээс устгагдсан файлуудыг сэргээх боломжийг олгоно.",
|
||||
"This application enables people to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the people file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent an account from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Энэ програм нь хэрэглэгчдэд системээс устгагдсан файлуудыг сэргээх боломжийг олгоно. Вэб интерфейс дээр устгасан файлуудын жагсаалтыг харуулж, тэдгээрийг хэрэглэгчийн файлын санд буцааж сэргээх эсвэл системээс бүрмөсөн устгах сонголттой. Хувилбаруудын програм идэвхжүүлсэн бол файлыг сэргээхэд холбогдох файлын хувилбарууд ч сэргээгдэнэ. Хуваалцалтаас устгасан файлыг ижил аргаар сэргээж болох боловч хуваалцалт цуцлагдана. Өгөгдмөлөөр эдгээр файлууд 30 хоног хогийн савд хадгалагдана.\nБүртгэлийн дискний зай дуусахаас сэргийлж, Устгасан файлуудын програм нь устгасан файлуудад зориулан одоогийн боломжит үнэгүй квотын 50%-иас илүүг ашиглахгүй. Устгасан файлууд энэ хязгаараас хэтэрвэл програм хэтрэлтийг засах хүртэл хамгийн хуучин файлуудыг устгана. Дэлгэрэнгүй мэдээллийг Устгасан файлуудын баримт бичгээс үзнэ үү.",
|
||||
"Restore" : "Сэргээх",
|
||||
"Not enough free space to restore the file/folder" : "Файл/хавтас сэргээхэд хангалттай чөлөөт зай байхгүй байна",
|
||||
"Empty deleted files" : "Устгасан файлуудыг хоослох",
|
||||
"Confirm permanent deletion" : "Бүрмөсөн устгахыг баталгаажуулах",
|
||||
"Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Та хогийн савд байгаа бүх файл, хавтасыг бүрмөсөн устгахдаа итгэлтэй байна уу? Энэ үйлдлийг буцаах боломжгүй.",
|
||||
"Cancel" : "Цуцлах",
|
||||
"Original location" : "Анхны байршил",
|
||||
"Deleted by" : "Устгасан",
|
||||
|
|
|
|||
|
|
@ -1,10 +1,14 @@
|
|||
{ "translations": {
|
||||
"restored" : "сэргээсэн",
|
||||
"Deleted files" : "Устгасан файлууд",
|
||||
"Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Хогийн савд байгаа устгасан файл, хавтасууд (хадгалах зай хомс бол экспортлох үед хугацаа дуусч болно)",
|
||||
"This application enables people to restore files that were deleted from the system." : "Энэ програм нь хэрэглэгчдэд системээс устгагдсан файлуудыг сэргээх боломжийг олгоно.",
|
||||
"This application enables people to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the people file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent an account from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Энэ програм нь хэрэглэгчдэд системээс устгагдсан файлуудыг сэргээх боломжийг олгоно. Вэб интерфейс дээр устгасан файлуудын жагсаалтыг харуулж, тэдгээрийг хэрэглэгчийн файлын санд буцааж сэргээх эсвэл системээс бүрмөсөн устгах сонголттой. Хувилбаруудын програм идэвхжүүлсэн бол файлыг сэргээхэд холбогдох файлын хувилбарууд ч сэргээгдэнэ. Хуваалцалтаас устгасан файлыг ижил аргаар сэргээж болох боловч хуваалцалт цуцлагдана. Өгөгдмөлөөр эдгээр файлууд 30 хоног хогийн савд хадгалагдана.\nБүртгэлийн дискний зай дуусахаас сэргийлж, Устгасан файлуудын програм нь устгасан файлуудад зориулан одоогийн боломжит үнэгүй квотын 50%-иас илүүг ашиглахгүй. Устгасан файлууд энэ хязгаараас хэтэрвэл програм хэтрэлтийг засах хүртэл хамгийн хуучин файлуудыг устгана. Дэлгэрэнгүй мэдээллийг Устгасан файлуудын баримт бичгээс үзнэ үү.",
|
||||
"Restore" : "Сэргээх",
|
||||
"Not enough free space to restore the file/folder" : "Файл/хавтас сэргээхэд хангалттай чөлөөт зай байхгүй байна",
|
||||
"Empty deleted files" : "Устгасан файлуудыг хоослох",
|
||||
"Confirm permanent deletion" : "Бүрмөсөн устгахыг баталгаажуулах",
|
||||
"Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Та хогийн савд байгаа бүх файл, хавтасыг бүрмөсөн устгахдаа итгэлтэй байна уу? Энэ үйлдлийг буцаах боломжгүй.",
|
||||
"Cancel" : "Цуцлах",
|
||||
"Original location" : "Анхны байршил",
|
||||
"Deleted by" : "Устгасан",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@ OC.L10N.register(
|
|||
"files_versions",
|
||||
{
|
||||
"Versions" : "Хувилбарууд",
|
||||
"This application automatically maintains older versions of files that are changed." : "Энэ програм нь өөрчлөгдсөн файлуудын хуучин хувилбаруудыг автоматаар хадгалж байдаг.",
|
||||
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the account does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the account's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Энэ програм нь өөрчлөгдсөн файлуудын хуучин хувилбаруудыг автоматаар хадгалж байдаг. Идэвхжүүлсэн тохиолдолд хэрэглэгч бүрийн санд нуугдмал хувилбарын хавтас үүсгэгдэж файлын хуучин хувилбаруудыг хадгалахад ашиглагдана. Хэрэглэгч вэб интерфейсээр дамжуулан хэдийд ч хуучин хувилбарт буцаж болох бөгөөд солигдсон файл нь хувилбар болж хадгалагдана. Програм нь хувилбарын улмаас бүртгэлийн квот дуусахаас сэргийлж хувилбарын хавтасыг автоматаар удирдана.\n\t\tХувилбарын хугацаа дуусахаас гадна хувилбарын програм бүртгэлийн одоогийн боломжит үнэгүй зайн 50%-иас илүүг хэзээ ч ашиглахгүй байхыг баталгаажуулдаг. Хадгалагдсан хувилбарууд энэ хязгааргаас хэтэрвэл програм хязгаарт хүрэх хүртэл хамгийн хуучин хувилбаруудыг эхлээд устгана. Дэлгэрэнгүй мэдээллийг Хувилбаруудын баримт бичгээс үзнэ үү.",
|
||||
"Current version" : "Одоогийн хувилбар",
|
||||
"Initial version" : "Анхны хувилбар",
|
||||
"You" : "Та",
|
||||
|
|
@ -16,6 +18,7 @@ OC.L10N.register(
|
|||
"Remove version name" : "Хувилбарын нэрийг хасах",
|
||||
"Save version name" : "Хувилбарын нэрийг хадгалах",
|
||||
"Version name" : "Хувилбарын нэр",
|
||||
"Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Нэрлэсэн хувилбарууд хадгалагдах бөгөөд таны хадгалах квот дүүрсэн үед автомат цэвэрлэгээнд хамруулагдахгүй.",
|
||||
"Initial version restored" : "Анхны хувилбар сэргээгдсэн",
|
||||
"Version restored" : "Хувилбар сэргээгдлээ",
|
||||
"Could not restore version" : "Хувилбарыг сэргээж чадсангүй",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
{ "translations": {
|
||||
"Versions" : "Хувилбарууд",
|
||||
"This application automatically maintains older versions of files that are changed." : "Энэ програм нь өөрчлөгдсөн файлуудын хуучин хувилбаруудыг автоматаар хадгалж байдаг.",
|
||||
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the account does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the account's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Энэ програм нь өөрчлөгдсөн файлуудын хуучин хувилбаруудыг автоматаар хадгалж байдаг. Идэвхжүүлсэн тохиолдолд хэрэглэгч бүрийн санд нуугдмал хувилбарын хавтас үүсгэгдэж файлын хуучин хувилбаруудыг хадгалахад ашиглагдана. Хэрэглэгч вэб интерфейсээр дамжуулан хэдийд ч хуучин хувилбарт буцаж болох бөгөөд солигдсон файл нь хувилбар болж хадгалагдана. Програм нь хувилбарын улмаас бүртгэлийн квот дуусахаас сэргийлж хувилбарын хавтасыг автоматаар удирдана.\n\t\tХувилбарын хугацаа дуусахаас гадна хувилбарын програм бүртгэлийн одоогийн боломжит үнэгүй зайн 50%-иас илүүг хэзээ ч ашиглахгүй байхыг баталгаажуулдаг. Хадгалагдсан хувилбарууд энэ хязгааргаас хэтэрвэл програм хязгаарт хүрэх хүртэл хамгийн хуучин хувилбаруудыг эхлээд устгана. Дэлгэрэнгүй мэдээллийг Хувилбаруудын баримт бичгээс үзнэ үү.",
|
||||
"Current version" : "Одоогийн хувилбар",
|
||||
"Initial version" : "Анхны хувилбар",
|
||||
"You" : "Та",
|
||||
|
|
@ -14,6 +16,7 @@
|
|||
"Remove version name" : "Хувилбарын нэрийг хасах",
|
||||
"Save version name" : "Хувилбарын нэрийг хадгалах",
|
||||
"Version name" : "Хувилбарын нэр",
|
||||
"Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Нэрлэсэн хувилбарууд хадгалагдах бөгөөд таны хадгалах квот дүүрсэн үед автомат цэвэрлэгээнд хамруулагдахгүй.",
|
||||
"Initial version restored" : "Анхны хувилбар сэргээгдсэн",
|
||||
"Version restored" : "Хувилбар сэргээгдлээ",
|
||||
"Could not restore version" : "Хувилбарыг сэргээж чадсангүй",
|
||||
|
|
|
|||
|
|
@ -1,8 +1,11 @@
|
|||
OC.L10N.register(
|
||||
"oauth2",
|
||||
{
|
||||
"Your client is not authorized to connect. Please inform the administrator of your client." : "Таны клиент холбогдох эрхгүй байна. Клиентийнхээ администраторт мэдэгдэнэ үү.",
|
||||
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Таны дахин чиглүүлэлтийн URL бүрэн URL байх ёстой, жишээлбэл: https://yourdomain.com/path",
|
||||
"OAuth 2.0" : "OAuth 2.0",
|
||||
"Allows OAuth2 compatible authentication from other web applications." : "Бусад вэб програмаас OAuth2-тэй нийцтэй баталгаажуулалтыг зөвшөөрдөг.",
|
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 апп нь администраторуудад суурилуулсан баталгаажуулалтын урсгалыг бусад вэб аппликейшнуудаас OAuth2-тэй нийцтэй баталгаажуулалтыг мөн зөвшөөрөхөөр тохируулах боломжийг олгодог.",
|
||||
"Secret key" : "Нууц түлхүүр",
|
||||
"Delete" : "Устгах",
|
||||
"An unknown error occurred." : "Үл мэдэгдэх алдаа гарлаа.",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
{ "translations": {
|
||||
"Your client is not authorized to connect. Please inform the administrator of your client." : "Таны клиент холбогдох эрхгүй байна. Клиентийнхээ администраторт мэдэгдэнэ үү.",
|
||||
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Таны дахин чиглүүлэлтийн URL бүрэн URL байх ёстой, жишээлбэл: https://yourdomain.com/path",
|
||||
"OAuth 2.0" : "OAuth 2.0",
|
||||
"Allows OAuth2 compatible authentication from other web applications." : "Бусад вэб програмаас OAuth2-тэй нийцтэй баталгаажуулалтыг зөвшөөрдөг.",
|
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 апп нь администраторуудад суурилуулсан баталгаажуулалтын урсгалыг бусад вэб аппликейшнуудаас OAuth2-тэй нийцтэй баталгаажуулалтыг мөн зөвшөөрөхөөр тохируулах боломжийг олгодог.",
|
||||
"Secret key" : "Нууц түлхүүр",
|
||||
"Delete" : "Устгах",
|
||||
"An unknown error occurred." : "Үл мэдэгдэх алдаа гарлаа.",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ OC.L10N.register(
|
|||
"Profile" : "لمحة تعريفية",
|
||||
"This application provides the profile" : "هذا التطبيق يوفر اللمحة التعريفية",
|
||||
"Provides a customisable user profile interface." : "يُوفِّر واجهة مخصصة للمحة التعريفية عن المستخدِم",
|
||||
"Not found" : "غير موجود",
|
||||
"Insert" : "إدخال",
|
||||
"You have not added any info yet" : "لم تقم بإضافة أي معلومات حتى الآن",
|
||||
"{user} has not added any info yet" : "لم يقم المستخدم {user} بإضافة أي معلومات بعد",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "خطأ في فتح حالة المستخدم ، حاول تحديث الصفحة",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
"Profile" : "لمحة تعريفية",
|
||||
"This application provides the profile" : "هذا التطبيق يوفر اللمحة التعريفية",
|
||||
"Provides a customisable user profile interface." : "يُوفِّر واجهة مخصصة للمحة التعريفية عن المستخدِم",
|
||||
"Not found" : "غير موجود",
|
||||
"Insert" : "إدخال",
|
||||
"You have not added any info yet" : "لم تقم بإضافة أي معلومات حتى الآن",
|
||||
"{user} has not added any info yet" : "لم يقم المستخدم {user} بإضافة أي معلومات بعد",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "خطأ في فتح حالة المستخدم ، حاول تحديث الصفحة",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@ OC.L10N.register(
|
|||
"profile",
|
||||
{
|
||||
"Profile" : "Perfil",
|
||||
"Not found" : "Nun s'atopó",
|
||||
"Insert" : "Inxertar",
|
||||
"You have not added any info yet" : "Nun amestesti nenguna información",
|
||||
"{user} has not added any info yet" : "{user} nun amestó nenguna información",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Hebo un error al abrir el diálogu modal del estáu d'usuariu, prueba a anovar la páxina",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
{ "translations": {
|
||||
"Profile" : "Perfil",
|
||||
"Not found" : "Nun s'atopó",
|
||||
"Insert" : "Inxertar",
|
||||
"You have not added any info yet" : "Nun amestesti nenguna información",
|
||||
"{user} has not added any info yet" : "{user} nun amestó nenguna información",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Hebo un error al abrir el diálogu modal del estáu d'usuariu, prueba a anovar la páxina",
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"Profile" : "Профіль",
|
||||
"You have not added any info yet" : "Вы пакуль не дадалі ніякай інфармацыі",
|
||||
"{user} has not added any info yet" : "{user} пакуль не дадаў(-ла) ніякай інфармацыі",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Памылка пры адкрыцці статусу карыстальніка, паспрабуйце абнавіць старонку",
|
||||
"Edit Profile" : "Рэдагаваць профіль",
|
||||
"Profile not found" : "Профіль не знойдзены",
|
||||
"The profile does not exist." : "Профіль не існуе.",
|
||||
"Back to %s" : "Назад да %s"
|
||||
},
|
||||
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{ "translations": {
|
||||
"Profile" : "Профіль",
|
||||
"You have not added any info yet" : "Вы пакуль не дадалі ніякай інфармацыі",
|
||||
"{user} has not added any info yet" : "{user} пакуль не дадаў(-ла) ніякай інфармацыі",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Памылка пры адкрыцці статусу карыстальніка, паспрабуйце абнавіць старонку",
|
||||
"Edit Profile" : "Рэдагаваць профіль",
|
||||
"Profile not found" : "Профіль не знойдзены",
|
||||
"The profile does not exist." : "Профіль не існуе.",
|
||||
"Back to %s" : "Назад да %s"
|
||||
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
|
||||
}
|
||||
|
|
@ -2,6 +2,8 @@ OC.L10N.register(
|
|||
"profile",
|
||||
{
|
||||
"Profile" : "Профил",
|
||||
"Not found" : "Не е намерен",
|
||||
"Insert" : "Вмъкване",
|
||||
"You have not added any info yet" : "Все още не сте добавили никаква информация",
|
||||
"{user} has not added any info yet" : "{user} все още не е добавил никаква информация",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Грешка при отваряне на модалния статус на потребителя, опитайте настоятелно да опресните страницата",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
{ "translations": {
|
||||
"Profile" : "Профил",
|
||||
"Not found" : "Не е намерен",
|
||||
"Insert" : "Вмъкване",
|
||||
"You have not added any info yet" : "Все още не сте добавили никаква информация",
|
||||
"{user} has not added any info yet" : "{user} все още не е добавил никаква информация",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Грешка при отваряне на модалния статус на потребителя, опитайте настоятелно да опресните страницата",
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"You have not added any info yet" : "Encara no heu afegit cap informació",
|
||||
"{user} has not added any info yet" : "{user} encara no ha afegit cap informació",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "S'ha produït un error en obrir el quadre de diàleg modal d'estat de l'usuari, proveu d'actualitzar la pàgina",
|
||||
"Edit Profile" : "Edita el perfil",
|
||||
"The headline and about sections will show up here" : "La capçalera i les seccions d'informació es mostraran aquí",
|
||||
"Profile not found" : "No s'ha trobat el perfil",
|
||||
"The profile does not exist." : "El perfil no existeix.",
|
||||
"Back to %s" : "Torna a %s"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{ "translations": {
|
||||
"You have not added any info yet" : "Encara no heu afegit cap informació",
|
||||
"{user} has not added any info yet" : "{user} encara no ha afegit cap informació",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "S'ha produït un error en obrir el quadre de diàleg modal d'estat de l'usuari, proveu d'actualitzar la pàgina",
|
||||
"Edit Profile" : "Edita el perfil",
|
||||
"The headline and about sections will show up here" : "La capçalera i les seccions d'informació es mostraran aquí",
|
||||
"Profile not found" : "No s'ha trobat el perfil",
|
||||
"The profile does not exist." : "El perfil no existeix.",
|
||||
"Back to %s" : "Torna a %s"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -1,9 +1,16 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"Profile picker" : "Výběr profilu",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Tato aplikace poskytuje profil",
|
||||
"Provides a customisable user profile interface." : "Poskytuje přizpůsobitelné rozhraní uživatelského profilu.",
|
||||
"Searching …" : "Hledání …",
|
||||
"Not found" : "Nenalezeno",
|
||||
"Search for a user profile" : "Hledat uživatelský profil",
|
||||
"Search for a user profile. Start typing" : "Hledejte uživatelský profil. Začněte psát",
|
||||
"Insert selected user profile link" : "Vložte odkaz na profil vybraného uživatele",
|
||||
"Insert" : "Vložit",
|
||||
"You have not added any info yet" : "Zatím jste nezadali žádné informace",
|
||||
"{user} has not added any info yet" : "{user} uživatel zatím nezadal žádné informace",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Chyba při otevírání dialogu stavu uživatele, pokus o opětovné načtení stránky",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,14 @@
|
|||
{ "translations": {
|
||||
"Profile picker" : "Výběr profilu",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Tato aplikace poskytuje profil",
|
||||
"Provides a customisable user profile interface." : "Poskytuje přizpůsobitelné rozhraní uživatelského profilu.",
|
||||
"Searching …" : "Hledání …",
|
||||
"Not found" : "Nenalezeno",
|
||||
"Search for a user profile" : "Hledat uživatelský profil",
|
||||
"Search for a user profile. Start typing" : "Hledejte uživatelský profil. Začněte psát",
|
||||
"Insert selected user profile link" : "Vložte odkaz na profil vybraného uživatele",
|
||||
"Insert" : "Vložit",
|
||||
"You have not added any info yet" : "Zatím jste nezadali žádné informace",
|
||||
"{user} has not added any info yet" : "{user} uživatel zatím nezadal žádné informace",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Chyba při otevírání dialogu stavu uživatele, pokus o opětovné načtení stránky",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@ OC.L10N.register(
|
|||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Denne applikation leverer profilen",
|
||||
"Provides a customisable user profile interface." : "Leverer en brugerdefinerbar brugerprofil grænseflade.",
|
||||
"Searching …" : "Søger ...",
|
||||
"Not found" : "Ikke fundet",
|
||||
"Insert" : "Indsæt",
|
||||
"You have not added any info yet" : "Du har ikke tilføjet nogen information endnu",
|
||||
"{user} has not added any info yet" : "{user} har ikke tilføjet nogen oplysninger endnu",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Fejl ved åbning af brugerstatusmodal. Prøv at opdatere siden",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Denne applikation leverer profilen",
|
||||
"Provides a customisable user profile interface." : "Leverer en brugerdefinerbar brugerprofil grænseflade.",
|
||||
"Searching …" : "Søger ...",
|
||||
"Not found" : "Ikke fundet",
|
||||
"Insert" : "Indsæt",
|
||||
"You have not added any info yet" : "Du har ikke tilføjet nogen information endnu",
|
||||
"{user} has not added any info yet" : "{user} har ikke tilføjet nogen oplysninger endnu",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Fejl ved åbning af brugerstatusmodal. Prøv at opdatere siden",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,16 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"Profile picker" : "Profilauswahl",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Diese Anwendung liefert das Profil",
|
||||
"Provides a customisable user profile interface." : "Bietet eine anpassbare Benutzerprofilschnittstelle.",
|
||||
"Searching …" : "Suche …",
|
||||
"Not found" : "Nicht gefunden",
|
||||
"Search for a user profile" : "Suche nach einem Benutzerprofil",
|
||||
"Search for a user profile. Start typing" : "Suche nach einem Benutzerprofil. Mit der Eingabe beginnen",
|
||||
"Insert selected user profile link" : "Link zum ausgewählten Benutzerprofil einfügen",
|
||||
"Insert" : "Einfügen",
|
||||
"You have not added any info yet" : "Du hast noch keine Infos hinzugefügt",
|
||||
"{user} has not added any info yet" : "{user} hat noch keine Infos hinzugefügt",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Fehler beim Modal-öffnen des Benutzerstatus, versuche die Seite zu aktualisieren",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,14 @@
|
|||
{ "translations": {
|
||||
"Profile picker" : "Profilauswahl",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Diese Anwendung liefert das Profil",
|
||||
"Provides a customisable user profile interface." : "Bietet eine anpassbare Benutzerprofilschnittstelle.",
|
||||
"Searching …" : "Suche …",
|
||||
"Not found" : "Nicht gefunden",
|
||||
"Search for a user profile" : "Suche nach einem Benutzerprofil",
|
||||
"Search for a user profile. Start typing" : "Suche nach einem Benutzerprofil. Mit der Eingabe beginnen",
|
||||
"Insert selected user profile link" : "Link zum ausgewählten Benutzerprofil einfügen",
|
||||
"Insert" : "Einfügen",
|
||||
"You have not added any info yet" : "Du hast noch keine Infos hinzugefügt",
|
||||
"{user} has not added any info yet" : "{user} hat noch keine Infos hinzugefügt",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Fehler beim Modal-öffnen des Benutzerstatus, versuche die Seite zu aktualisieren",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,16 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"Profile picker" : "Profilauswahl",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Diese Anwendung liefert das Profil",
|
||||
"Provides a customisable user profile interface." : "Bietet eine anpassbare Benutzerprofilschnittstelle.",
|
||||
"Searching …" : "Suche …",
|
||||
"Not found" : "Nicht gefunden",
|
||||
"Search for a user profile" : "Suche nach einem Benutzerprofil",
|
||||
"Search for a user profile. Start typing" : "Suche nach einem Benutzerprofil. Mit der Eingabe beginnen",
|
||||
"Insert selected user profile link" : "Link zum ausgewählten Benutzerprofil einfügen",
|
||||
"Insert" : "Einfügen",
|
||||
"You have not added any info yet" : "Sie haben noch keine Infos hinzugefügt",
|
||||
"{user} has not added any info yet" : "{user} hat noch keine Infos hinzugefügt",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Fehler beim Modal-öffnen des Benutzerstatus, versuchen Sie die Seite zu aktualisieren",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,14 @@
|
|||
{ "translations": {
|
||||
"Profile picker" : "Profilauswahl",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Diese Anwendung liefert das Profil",
|
||||
"Provides a customisable user profile interface." : "Bietet eine anpassbare Benutzerprofilschnittstelle.",
|
||||
"Searching …" : "Suche …",
|
||||
"Not found" : "Nicht gefunden",
|
||||
"Search for a user profile" : "Suche nach einem Benutzerprofil",
|
||||
"Search for a user profile. Start typing" : "Suche nach einem Benutzerprofil. Mit der Eingabe beginnen",
|
||||
"Insert selected user profile link" : "Link zum ausgewählten Benutzerprofil einfügen",
|
||||
"Insert" : "Einfügen",
|
||||
"You have not added any info yet" : "Sie haben noch keine Infos hinzugefügt",
|
||||
"{user} has not added any info yet" : "{user} hat noch keine Infos hinzugefügt",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Fehler beim Modal-öffnen des Benutzerstatus, versuchen Sie die Seite zu aktualisieren",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,16 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"Profile picker" : "Επιλογέας προφίλ",
|
||||
"Profile" : "Προφίλ",
|
||||
"This application provides the profile" : "Αυτή η εφαρμογή παρέχει το προφίλ",
|
||||
"Provides a customisable user profile interface." : "Παρέχει μια προσαρμόσιμη διεπαφή προφίλ χρήστη.",
|
||||
"Searching …" : "Γίνεται αναζήτηση ...",
|
||||
"Not found" : "Δεν βρέθηκε",
|
||||
"Search for a user profile" : "Αναζήτηση για προφίλ χρήστη",
|
||||
"Search for a user profile. Start typing" : "Αναζήτηση για προφίλ χρήστη. Ξεκινήστε την πληκτρολόγηση",
|
||||
"Insert selected user profile link" : "Εισαγωγή συνδέσμου επιλεγμένου προφίλ χρήστη",
|
||||
"Insert" : "Εισαγωγή",
|
||||
"You have not added any info yet" : "Δεν έχετε προσθέσει ακόμα πληροφορίες",
|
||||
"{user} has not added any info yet" : "{user} δεν έχει προσθέσει ακόμη πληροφορίες",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Σφάλμα κατά το άνοιγμα της κατάστασης χρήστη, δοκιμάστε να ανανεώσετε τη σελίδα",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,14 @@
|
|||
{ "translations": {
|
||||
"Profile picker" : "Επιλογέας προφίλ",
|
||||
"Profile" : "Προφίλ",
|
||||
"This application provides the profile" : "Αυτή η εφαρμογή παρέχει το προφίλ",
|
||||
"Provides a customisable user profile interface." : "Παρέχει μια προσαρμόσιμη διεπαφή προφίλ χρήστη.",
|
||||
"Searching …" : "Γίνεται αναζήτηση ...",
|
||||
"Not found" : "Δεν βρέθηκε",
|
||||
"Search for a user profile" : "Αναζήτηση για προφίλ χρήστη",
|
||||
"Search for a user profile. Start typing" : "Αναζήτηση για προφίλ χρήστη. Ξεκινήστε την πληκτρολόγηση",
|
||||
"Insert selected user profile link" : "Εισαγωγή συνδέσμου επιλεγμένου προφίλ χρήστη",
|
||||
"Insert" : "Εισαγωγή",
|
||||
"You have not added any info yet" : "Δεν έχετε προσθέσει ακόμα πληροφορίες",
|
||||
"{user} has not added any info yet" : "{user} δεν έχει προσθέσει ακόμη πληροφορίες",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Σφάλμα κατά το άνοιγμα της κατάστασης χρήστη, δοκιμάστε να ανανεώσετε τη σελίδα",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@ OC.L10N.register(
|
|||
"Profile" : "Profile",
|
||||
"This application provides the profile" : "This application provides the profile",
|
||||
"Provides a customisable user profile interface." : "Provides a customisable user profile interface.",
|
||||
"Searching …" : "Searching …",
|
||||
"Not found" : "Not found",
|
||||
"Insert" : "Insert",
|
||||
"You have not added any info yet" : "You have not added any info yet",
|
||||
"{user} has not added any info yet" : "{user} has not added any info yet",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Error opening the user status modal, try hard refreshing the page",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
"Profile" : "Profile",
|
||||
"This application provides the profile" : "This application provides the profile",
|
||||
"Provides a customisable user profile interface." : "Provides a customisable user profile interface.",
|
||||
"Searching …" : "Searching …",
|
||||
"Not found" : "Not found",
|
||||
"Insert" : "Insert",
|
||||
"You have not added any info yet" : "You have not added any info yet",
|
||||
"{user} has not added any info yet" : "{user} has not added any info yet",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Error opening the user status modal, try hard refreshing the page",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,16 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"Profile picker" : "Seleccionador de perfiles",
|
||||
"Profile" : "Perfil",
|
||||
"This application provides the profile" : "Esta aplicación proporciona el perfil",
|
||||
"Provides a customisable user profile interface." : "Proporciona una interfaz de perfil de usuario personalizable.",
|
||||
"Searching …" : "Buscando …",
|
||||
"Not found" : "No encontrado",
|
||||
"Search for a user profile" : "Buscar un perfil de usuario",
|
||||
"Search for a user profile. Start typing" : "Buscar un perfil de usuario. Empiece a escribir",
|
||||
"Insert selected user profile link" : "Insertar enlace a perfil de usuario seleccionado",
|
||||
"Insert" : "Insertar",
|
||||
"You have not added any info yet" : "Aún no has añadido nada de información",
|
||||
"{user} has not added any info yet" : "{user} no ha añadido aún nada de información",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Error al abrir la ventana de estado del usuario, intente actualizar la página",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,14 @@
|
|||
{ "translations": {
|
||||
"Profile picker" : "Seleccionador de perfiles",
|
||||
"Profile" : "Perfil",
|
||||
"This application provides the profile" : "Esta aplicación proporciona el perfil",
|
||||
"Provides a customisable user profile interface." : "Proporciona una interfaz de perfil de usuario personalizable.",
|
||||
"Searching …" : "Buscando …",
|
||||
"Not found" : "No encontrado",
|
||||
"Search for a user profile" : "Buscar un perfil de usuario",
|
||||
"Search for a user profile. Start typing" : "Buscar un perfil de usuario. Empiece a escribir",
|
||||
"Insert selected user profile link" : "Insertar enlace a perfil de usuario seleccionado",
|
||||
"Insert" : "Insertar",
|
||||
"You have not added any info yet" : "Aún no has añadido nada de información",
|
||||
"{user} has not added any info yet" : "{user} no ha añadido aún nada de información",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Error al abrir la ventana de estado del usuario, intente actualizar la página",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@ OC.L10N.register(
|
|||
"profile",
|
||||
{
|
||||
"Profile" : "Perfil",
|
||||
"Not found" : "No encontrado",
|
||||
"Insert" : "Insertar",
|
||||
"You have not added any info yet" : "No has agregado ninguna información todavía",
|
||||
"{user} has not added any info yet" : "{user} no ha agregado ninguna información aún",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Error al abrir el modal de estado del usuario, intenta actualizar la página",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
{ "translations": {
|
||||
"Profile" : "Perfil",
|
||||
"Not found" : "No encontrado",
|
||||
"Insert" : "Insertar",
|
||||
"You have not added any info yet" : "No has agregado ninguna información todavía",
|
||||
"{user} has not added any info yet" : "{user} no ha agregado ninguna información aún",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Error al abrir el modal de estado del usuario, intenta actualizar la página",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@ OC.L10N.register(
|
|||
"profile",
|
||||
{
|
||||
"Profile" : "Perfil",
|
||||
"Not found" : "No encontrado",
|
||||
"Insert" : "Insertar",
|
||||
"You have not added any info yet" : "Aún no has añadido información",
|
||||
"{user} has not added any info yet" : "{user} aún no añade información",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Error al abrir la ventana de estado del usuario, intente actualizar la página",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
{ "translations": {
|
||||
"Profile" : "Perfil",
|
||||
"Not found" : "No encontrado",
|
||||
"Insert" : "Insertar",
|
||||
"You have not added any info yet" : "Aún no has añadido información",
|
||||
"{user} has not added any info yet" : "{user} aún no añade información",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Error al abrir la ventana de estado del usuario, intente actualizar la página",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,16 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"Profile picker" : "Profiilivalija",
|
||||
"Profile" : "Profiil",
|
||||
"This application provides the profile" : "See rakendus tagab profiili olemasolu",
|
||||
"Provides a customisable user profile interface." : "Tagab kasutajaliidese kasutaja kohendatava profiili jaoks.",
|
||||
"Searching …" : "Otsin...",
|
||||
"Not found" : "Ei leidu",
|
||||
"Search for a user profile" : "Otsi kasutajaprofiili",
|
||||
"Search for a user profile. Start typing" : "Otsi kasutajaprofiili. Kirjuta midagi",
|
||||
"Insert selected user profile link" : "Lisa valitud kasutajaprofiili link",
|
||||
"Insert" : "Lisa",
|
||||
"You have not added any info yet" : "Sa pole veel mingit infot lisanud",
|
||||
"{user} has not added any info yet" : "{user} pole veel mingit infot lisanud",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Kasutaja oleku modaalse vaate avamine ei õnnestunud, proovi lehte värskendada",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,14 @@
|
|||
{ "translations": {
|
||||
"Profile picker" : "Profiilivalija",
|
||||
"Profile" : "Profiil",
|
||||
"This application provides the profile" : "See rakendus tagab profiili olemasolu",
|
||||
"Provides a customisable user profile interface." : "Tagab kasutajaliidese kasutaja kohendatava profiili jaoks.",
|
||||
"Searching …" : "Otsin...",
|
||||
"Not found" : "Ei leidu",
|
||||
"Search for a user profile" : "Otsi kasutajaprofiili",
|
||||
"Search for a user profile. Start typing" : "Otsi kasutajaprofiili. Kirjuta midagi",
|
||||
"Insert selected user profile link" : "Lisa valitud kasutajaprofiili link",
|
||||
"Insert" : "Lisa",
|
||||
"You have not added any info yet" : "Sa pole veel mingit infot lisanud",
|
||||
"{user} has not added any info yet" : "{user} pole veel mingit infot lisanud",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Kasutaja oleku modaalse vaate avamine ei õnnestunud, proovi lehte värskendada",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@ OC.L10N.register(
|
|||
"profile",
|
||||
{
|
||||
"Profile" : "Profila",
|
||||
"Searching …" : "Bilatzen …",
|
||||
"Not found" : "Ez da aurkitu",
|
||||
"Insert" : "Txertatu",
|
||||
"You have not added any info yet" : "Oraindik ez duzu informaziorik gehitu",
|
||||
"{user} has not added any info yet" : "{user}-(e)k ez du oraindik informaziorik gehitu",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Errorea erabiltzailen egoera leihoa irekitzean, saiatu orria guztiz freskatzen",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
{ "translations": {
|
||||
"Profile" : "Profila",
|
||||
"Searching …" : "Bilatzen …",
|
||||
"Not found" : "Ez da aurkitu",
|
||||
"Insert" : "Txertatu",
|
||||
"You have not added any info yet" : "Oraindik ez duzu informaziorik gehitu",
|
||||
"{user} has not added any info yet" : "{user}-(e)k ez du oraindik informaziorik gehitu",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Errorea erabiltzailen egoera leihoa irekitzean, saiatu orria guztiz freskatzen",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@ OC.L10N.register(
|
|||
"profile",
|
||||
{
|
||||
"Profile" : "نمایه",
|
||||
"Searching …" : "درحال جستجو",
|
||||
"Not found" : "پیدا نشد.",
|
||||
"Insert" : "Insert",
|
||||
"You have not added any info yet" : "You have not added any info yet",
|
||||
"{user} has not added any info yet" : "{user} has not added any info yet",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Error opening the user status modal, try hard refreshing the page",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
{ "translations": {
|
||||
"Profile" : "نمایه",
|
||||
"Searching …" : "درحال جستجو",
|
||||
"Not found" : "پیدا نشد.",
|
||||
"Insert" : "Insert",
|
||||
"You have not added any info yet" : "You have not added any info yet",
|
||||
"{user} has not added any info yet" : "{user} has not added any info yet",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Error opening the user status modal, try hard refreshing the page",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,14 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"Profile picker" : "Profiilivalitsin",
|
||||
"Profile" : "Profiili",
|
||||
"Searching …" : "Haetaan …",
|
||||
"Not found" : "Ei löytynyt",
|
||||
"Search for a user profile" : "Etsi käyttäjäprofiilia",
|
||||
"Search for a user profile. Start typing" : "Etsi käyttäjäprofiilia. Aloita kirjoittaminen",
|
||||
"Insert selected user profile link" : "Syötä valitun käyttäjäprofiilin linkki",
|
||||
"Insert" : "Lisää",
|
||||
"You have not added any info yet" : "Et ole lisännyt tietoja vielä",
|
||||
"{user} has not added any info yet" : "{user} ei ole lisännyt tietoja vielä",
|
||||
"Edit Profile" : "Muokkaa profiilia",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
{ "translations": {
|
||||
"Profile picker" : "Profiilivalitsin",
|
||||
"Profile" : "Profiili",
|
||||
"Searching …" : "Haetaan …",
|
||||
"Not found" : "Ei löytynyt",
|
||||
"Search for a user profile" : "Etsi käyttäjäprofiilia",
|
||||
"Search for a user profile. Start typing" : "Etsi käyttäjäprofiilia. Aloita kirjoittaminen",
|
||||
"Insert selected user profile link" : "Syötä valitun käyttäjäprofiilin linkki",
|
||||
"Insert" : "Lisää",
|
||||
"You have not added any info yet" : "Et ole lisännyt tietoja vielä",
|
||||
"{user} has not added any info yet" : "{user} ei ole lisännyt tietoja vielä",
|
||||
"Edit Profile" : "Muokkaa profiilia",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,16 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"Profile picker" : "Sélecteur de profil",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Cette application fournit le profil",
|
||||
"Provides a customisable user profile interface." : "Fournit une interface de profil utilisateur personnalisable.",
|
||||
"Searching …" : "Recherche…",
|
||||
"Not found" : "Non trouvé",
|
||||
"Search for a user profile" : "Rechercher un profil utilisateur",
|
||||
"Search for a user profile. Start typing" : "Rechercher un profil utilisateur. Saisissez quelque chose",
|
||||
"Insert selected user profile link" : "Insérer le lien du profil utilisateur sélectionné",
|
||||
"Insert" : "Insérer",
|
||||
"You have not added any info yet" : "Vous n’avez pas ajouté d’informations pour le moment",
|
||||
"{user} has not added any info yet" : "{user} n’a pas ajouté d’informations pour le moment",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Erreur lors de l'ouverture de la fenêtre du statut de l'utilisateur, essayez d'actualiser la page",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,14 @@
|
|||
{ "translations": {
|
||||
"Profile picker" : "Sélecteur de profil",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Cette application fournit le profil",
|
||||
"Provides a customisable user profile interface." : "Fournit une interface de profil utilisateur personnalisable.",
|
||||
"Searching …" : "Recherche…",
|
||||
"Not found" : "Non trouvé",
|
||||
"Search for a user profile" : "Rechercher un profil utilisateur",
|
||||
"Search for a user profile. Start typing" : "Rechercher un profil utilisateur. Saisissez quelque chose",
|
||||
"Insert selected user profile link" : "Insérer le lien du profil utilisateur sélectionné",
|
||||
"Insert" : "Insérer",
|
||||
"You have not added any info yet" : "Vous n’avez pas ajouté d’informations pour le moment",
|
||||
"{user} has not added any info yet" : "{user} n’a pas ajouté d’informations pour le moment",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Erreur lors de l'ouverture de la fenêtre du statut de l'utilisateur, essayez d'actualiser la page",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,16 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"Profile picker" : "Roghnóir próifíle",
|
||||
"Profile" : "Próifíl",
|
||||
"This application provides the profile" : "Soláthraíonn an feidhmchlár seo an phróifíl",
|
||||
"Provides a customisable user profile interface." : "Soláthraíonn sé comhéadan próifíl úsáideora customizable.",
|
||||
"Searching …" : "Ag cuardach …",
|
||||
"Not found" : "Ní bhfuarthas",
|
||||
"Search for a user profile" : "Cuardaigh próifíl úsáideora",
|
||||
"Search for a user profile. Start typing" : "Cuardaigh próifíl úsáideora. Tosaigh ag clóscríobh.",
|
||||
"Insert selected user profile link" : "Cuir nasc próifíl úsáideora roghnaithe isteach",
|
||||
"Insert" : "cuir isteach",
|
||||
"You have not added any info yet" : "Níl aon fhaisnéis curtha agat fós",
|
||||
"{user} has not added any info yet" : "Níor chuir {user} aon fhaisnéis leis fós",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Earráid agus an modh stádas úsáideora á oscailt, déan iarracht an leathanach a athnuachan go dian",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,14 @@
|
|||
{ "translations": {
|
||||
"Profile picker" : "Roghnóir próifíle",
|
||||
"Profile" : "Próifíl",
|
||||
"This application provides the profile" : "Soláthraíonn an feidhmchlár seo an phróifíl",
|
||||
"Provides a customisable user profile interface." : "Soláthraíonn sé comhéadan próifíl úsáideora customizable.",
|
||||
"Searching …" : "Ag cuardach …",
|
||||
"Not found" : "Ní bhfuarthas",
|
||||
"Search for a user profile" : "Cuardaigh próifíl úsáideora",
|
||||
"Search for a user profile. Start typing" : "Cuardaigh próifíl úsáideora. Tosaigh ag clóscríobh.",
|
||||
"Insert selected user profile link" : "Cuir nasc próifíl úsáideora roghnaithe isteach",
|
||||
"Insert" : "cuir isteach",
|
||||
"You have not added any info yet" : "Níl aon fhaisnéis curtha agat fós",
|
||||
"{user} has not added any info yet" : "Níor chuir {user} aon fhaisnéis leis fós",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Earráid agus an modh stádas úsáideora á oscailt, déan iarracht an leathanach a athnuachan go dian",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,16 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"Profile picker" : "Selector de perfís",
|
||||
"Profile" : "Perfil",
|
||||
"This application provides the profile" : "Esta aplicación fornece o perfil",
|
||||
"Provides a customisable user profile interface." : "Fornece unha interface de perfil de usuario personalizábel.",
|
||||
"Searching …" : "Buscando…",
|
||||
"Not found" : "Non atopado",
|
||||
"Search for a user profile" : "Buscar un perfil de usuario",
|
||||
"Search for a user profile. Start typing" : "Buscar un perfil de usuario. Comezar a escribir",
|
||||
"Insert selected user profile link" : "Inserir a ligazón do perfil do usuario seleccionado",
|
||||
"Insert" : "Inserir",
|
||||
"You have not added any info yet" : "Aínda non engadiu ningunha información",
|
||||
"{user} has not added any info yet" : "{user} aínda non engadiu ningunha información",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Produciuse un erro ao abrir a xanela modal de estado do usuario, tente forzar a actualización da páxina",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,14 @@
|
|||
{ "translations": {
|
||||
"Profile picker" : "Selector de perfís",
|
||||
"Profile" : "Perfil",
|
||||
"This application provides the profile" : "Esta aplicación fornece o perfil",
|
||||
"Provides a customisable user profile interface." : "Fornece unha interface de perfil de usuario personalizábel.",
|
||||
"Searching …" : "Buscando…",
|
||||
"Not found" : "Non atopado",
|
||||
"Search for a user profile" : "Buscar un perfil de usuario",
|
||||
"Search for a user profile. Start typing" : "Buscar un perfil de usuario. Comezar a escribir",
|
||||
"Insert selected user profile link" : "Inserir a ligazón do perfil do usuario seleccionado",
|
||||
"Insert" : "Inserir",
|
||||
"You have not added any info yet" : "Aínda non engadiu ningunha información",
|
||||
"{user} has not added any info yet" : "{user} aínda non engadiu ningunha información",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Produciuse un erro ao abrir a xanela modal de estado do usuario, tente forzar a actualización da páxina",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@ OC.L10N.register(
|
|||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Ova aplikacija pruža profil",
|
||||
"Provides a customisable user profile interface." : "Pruža prilagodljivo sučelje korisničkog profila.",
|
||||
"Searching …" : "Traženje …",
|
||||
"Not found" : "Nije pronađeno",
|
||||
"Insert" : "Umetni",
|
||||
"You have not added any info yet" : "Još niste dodali nikakve podatke",
|
||||
"{user} has not added any info yet" : "{user} nije još dodao nikakve podatke",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Pogreška pri otvaranju modala statusa korisnika, pokušajte ponovno učitati stranicu",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Ova aplikacija pruža profil",
|
||||
"Provides a customisable user profile interface." : "Pruža prilagodljivo sučelje korisničkog profila.",
|
||||
"Searching …" : "Traženje …",
|
||||
"Not found" : "Nije pronađeno",
|
||||
"Insert" : "Umetni",
|
||||
"You have not added any info yet" : "Još niste dodali nikakve podatke",
|
||||
"{user} has not added any info yet" : "{user} nije još dodao nikakve podatke",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Pogreška pri otvaranju modala statusa korisnika, pokušajte ponovno učitati stranicu",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@ OC.L10N.register(
|
|||
"profile",
|
||||
{
|
||||
"Profile" : "Profil",
|
||||
"Searching …" : "Keresés…",
|
||||
"Not found" : "Nem található",
|
||||
"Insert" : "Beillesztés",
|
||||
"You have not added any info yet" : "Még nem adott meg semmilyen információt",
|
||||
"{user} has not added any info yet" : "{user} még nem adott meg semmilyen információt",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Hiba a felhasználói állapot párbeszédablak megnyitásakor, próbálja meg az oldal kényszerített újratöltését",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
{ "translations": {
|
||||
"Profile" : "Profil",
|
||||
"Searching …" : "Keresés…",
|
||||
"Not found" : "Nem található",
|
||||
"Insert" : "Beillesztés",
|
||||
"You have not added any info yet" : "Még nem adott meg semmilyen információt",
|
||||
"{user} has not added any info yet" : "{user} még nem adott meg semmilyen információt",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Hiba a felhasználói állapot párbeszédablak megnyitásakor, próbálja meg az oldal kényszerített újratöltését",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@ OC.L10N.register(
|
|||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Aplikasi ini menyediakan profil",
|
||||
"Provides a customisable user profile interface." : "Menyediakan antarmuka profil pengguna yang dapat disesuaikan.",
|
||||
"Searching …" : "Mencari …",
|
||||
"Not found" : "Tidak ditemukan",
|
||||
"Insert" : "Sisipkan",
|
||||
"You have not added any info yet" : "Anda belum menambahkan info apa pun",
|
||||
"{user} has not added any info yet" : "{user} belum menambahkan info apa pun",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Kesalahan saat membuka modal status pengguna, coba lakukan hard refresh pada halaman",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Aplikasi ini menyediakan profil",
|
||||
"Provides a customisable user profile interface." : "Menyediakan antarmuka profil pengguna yang dapat disesuaikan.",
|
||||
"Searching …" : "Mencari …",
|
||||
"Not found" : "Tidak ditemukan",
|
||||
"Insert" : "Sisipkan",
|
||||
"You have not added any info yet" : "Anda belum menambahkan info apa pun",
|
||||
"{user} has not added any info yet" : "{user} belum menambahkan info apa pun",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Kesalahan saat membuka modal status pengguna, coba lakukan hard refresh pada halaman",
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"You have not added any info yet" : "Þú hefur ekki bætt við neinum upplýsingum ennþá",
|
||||
"{user} has not added any info yet" : "{user} hefur ekki bætt við neinum upplýsingum ennþá",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Villa við að opna stöðuglugga notandans, prófaðu að þvinga endurlestur síðunnar",
|
||||
"Edit Profile" : "Breyta sniði",
|
||||
"The headline and about sections will show up here" : "Fyrirsögnin og hlutar um hugbúnaðinn munu birtast hér",
|
||||
"Profile not found" : "Sniðið finnst ekki",
|
||||
"The profile does not exist." : "Sniðið er ekki til.",
|
||||
"Back to %s" : "Til baka í %s"
|
||||
},
|
||||
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{ "translations": {
|
||||
"You have not added any info yet" : "Þú hefur ekki bætt við neinum upplýsingum ennþá",
|
||||
"{user} has not added any info yet" : "{user} hefur ekki bætt við neinum upplýsingum ennþá",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Villa við að opna stöðuglugga notandans, prófaðu að þvinga endurlestur síðunnar",
|
||||
"Edit Profile" : "Breyta sniði",
|
||||
"The headline and about sections will show up here" : "Fyrirsögnin og hlutar um hugbúnaðinn munu birtast hér",
|
||||
"Profile not found" : "Sniðið finnst ekki",
|
||||
"The profile does not exist." : "Sniðið er ekki til.",
|
||||
"Back to %s" : "Til baka í %s"
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
|
||||
}
|
||||
|
|
@ -4,6 +4,9 @@ OC.L10N.register(
|
|||
"Profile" : "Profilo",
|
||||
"This application provides the profile" : "Questa applicazione fornisce il profilo",
|
||||
"Provides a customisable user profile interface." : "Fornisce un'interfaccia personalizzabile per il profilo utente.",
|
||||
"Searching …" : "Ricerca in corso …",
|
||||
"Not found" : "Non trovato",
|
||||
"Insert" : "Inserisci",
|
||||
"You have not added any info yet" : "Non hai ancora aggiunto alcuna informazione",
|
||||
"{user} has not added any info yet" : "{user} non ha ancora aggiunto alcuna informazione",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Errore nell'apertura dello stato utente, prova a ricaricare la pagina",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
"Profile" : "Profilo",
|
||||
"This application provides the profile" : "Questa applicazione fornisce il profilo",
|
||||
"Provides a customisable user profile interface." : "Fornisce un'interfaccia personalizzabile per il profilo utente.",
|
||||
"Searching …" : "Ricerca in corso …",
|
||||
"Not found" : "Non trovato",
|
||||
"Insert" : "Inserisci",
|
||||
"You have not added any info yet" : "Non hai ancora aggiunto alcuna informazione",
|
||||
"{user} has not added any info yet" : "{user} non ha ancora aggiunto alcuna informazione",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Errore nell'apertura dello stato utente, prova a ricaricare la pagina",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@ OC.L10N.register(
|
|||
"profile",
|
||||
{
|
||||
"Profile" : "プロフィール",
|
||||
"Searching …" : "検索しています…",
|
||||
"Not found" : "見つかりませんでした",
|
||||
"Insert" : "挿入する",
|
||||
"You have not added any info yet" : "まだ情報が追加されていません",
|
||||
"{user} has not added any info yet" : "{user}が、まだ情報を追加していません",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "ユーザーステータスモーダルを開くときにエラーが発生しました。ページを更新してみてください",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
{ "translations": {
|
||||
"Profile" : "プロフィール",
|
||||
"Searching …" : "検索しています…",
|
||||
"Not found" : "見つかりませんでした",
|
||||
"Insert" : "挿入する",
|
||||
"You have not added any info yet" : "まだ情報が追加されていません",
|
||||
"{user} has not added any info yet" : "{user}が、まだ情報を追加していません",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "ユーザーステータスモーダルを開くときにエラーが発生しました。ページを更新してみてください",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ OC.L10N.register(
|
|||
"profile",
|
||||
{
|
||||
"Profile" : "Profile",
|
||||
"Not found" : "Not found",
|
||||
"You have not added any info yet" : "You have not added any info yet",
|
||||
"{user} has not added any info yet" : "{user} has not added any info yet",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Error opening the user status modal, try hard refreshing the page",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{ "translations": {
|
||||
"Profile" : "Profile",
|
||||
"Not found" : "Not found",
|
||||
"You have not added any info yet" : "You have not added any info yet",
|
||||
"{user} has not added any info yet" : "{user} has not added any info yet",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Error opening the user status modal, try hard refreshing the page",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@ OC.L10N.register(
|
|||
"Profile" : "프로필",
|
||||
"This application provides the profile" : "이 애플리케이션은 프로필을 제공합니다.",
|
||||
"Provides a customisable user profile interface." : "사용자 정의 가능한 사용자 프로필 인터페이스 제공",
|
||||
"Searching …" : "검색중 …",
|
||||
"Not found" : "찾을 수 없음",
|
||||
"Insert" : "삽입",
|
||||
"You have not added any info yet" : "아직 아무 정보도 추가하지 않았습니다.",
|
||||
"{user} has not added any info yet" : "{user}님이 아직 아무 정보도 추가하지 않음",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "사용자 상태 모달을 불러오는 데 실패했습니다, 페이지를 완전히 새로고침 해 보십시오.",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
"Profile" : "프로필",
|
||||
"This application provides the profile" : "이 애플리케이션은 프로필을 제공합니다.",
|
||||
"Provides a customisable user profile interface." : "사용자 정의 가능한 사용자 프로필 인터페이스 제공",
|
||||
"Searching …" : "검색중 …",
|
||||
"Not found" : "찾을 수 없음",
|
||||
"Insert" : "삽입",
|
||||
"You have not added any info yet" : "아직 아무 정보도 추가하지 않았습니다.",
|
||||
"{user} has not added any info yet" : "{user}님이 아직 아무 정보도 추가하지 않음",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "사용자 상태 모달을 불러오는 데 실패했습니다, 페이지를 완전히 새로고침 해 보십시오.",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ OC.L10N.register(
|
|||
"profile",
|
||||
{
|
||||
"Profile" : "Profilis",
|
||||
"Not found" : "Nerasta",
|
||||
"You have not added any info yet" : "Jūs kol kas nesate pridėję jokios informacijos",
|
||||
"{user} has not added any info yet" : "Naudotojas {user} kol kas nėra pridėjęs jokios informacijos",
|
||||
"Edit Profile" : "Taisyti profilį",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{ "translations": {
|
||||
"Profile" : "Profilis",
|
||||
"Not found" : "Nerasta",
|
||||
"You have not added any info yet" : "Jūs kol kas nesate pridėję jokios informacijos",
|
||||
"{user} has not added any info yet" : "Naudotojas {user} kol kas nėra pridėjęs jokios informacijos",
|
||||
"Edit Profile" : "Taisyti profilį",
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"Profile" : "Profils",
|
||||
"This application provides the profile" : "Šī lietotne nodrošina profilu",
|
||||
"Provides a customisable user profile interface." : "Nodrošina pielāgojamu lietotāja profila saskarni.",
|
||||
"You have not added any info yet" : "Vēl nav pievienota nekāda informācija",
|
||||
"{user} has not added any info yet" : "{user} vēl nav pievienojis nekādu informāciju ",
|
||||
"Edit Profile" : "Labot profilu"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
{ "translations": {
|
||||
"Profile" : "Profils",
|
||||
"This application provides the profile" : "Šī lietotne nodrošina profilu",
|
||||
"Provides a customisable user profile interface." : "Nodrošina pielāgojamu lietotāja profila saskarni.",
|
||||
"You have not added any info yet" : "Vēl nav pievienota nekāda informācija",
|
||||
"{user} has not added any info yet" : "{user} vēl nav pievienojis nekādu informāciju ",
|
||||
"Edit Profile" : "Labot profilu"
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
|
||||
}
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"Profile" : "Профил",
|
||||
"You have not added any info yet" : "Сè уште немате додадено никакви информации",
|
||||
"{user} has not added any info yet" : "{user} нема додадено никакви информации",
|
||||
"Edit Profile" : "Уреди профил",
|
||||
"The headline and about sections will show up here" : "Насловот и за секциите ќе се појават овде",
|
||||
"Profile not found" : "Профилот не е пронајден",
|
||||
"The profile does not exist." : "Профилот на постои",
|
||||
"Back to %s" : "Врати се на %s"
|
||||
},
|
||||
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{ "translations": {
|
||||
"Profile" : "Профил",
|
||||
"You have not added any info yet" : "Сè уште немате додадено никакви информации",
|
||||
"{user} has not added any info yet" : "{user} нема додадено никакви информации",
|
||||
"Edit Profile" : "Уреди профил",
|
||||
"The headline and about sections will show up here" : "Насловот и за секциите ќе се појават овде",
|
||||
"Profile not found" : "Профилот не е пронајден",
|
||||
"The profile does not exist." : "Профилот на постои",
|
||||
"Back to %s" : "Врати се на %s"
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
|
||||
}
|
||||
|
|
@ -1,9 +1,16 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"Profile picker" : "Профайл сонгогч",
|
||||
"Profile" : "Профайл",
|
||||
"This application provides the profile" : "Энэ програм нь профайлыг хангадаг",
|
||||
"Provides a customisable user profile interface." : "Өөрчлөх боломжтой хэрэглэгчийн профайл интерфэйс хангадаг.",
|
||||
"Searching …" : "Хайж байна …",
|
||||
"Not found" : "Олдсонгүй",
|
||||
"Search for a user profile" : "Хэрэглэгчийн профайл хайх",
|
||||
"Search for a user profile. Start typing" : "Хэрэглэгчийн профайл хайх. Бичиж эхлэнэ үү",
|
||||
"Insert selected user profile link" : "Сонгосон хэрэглэгчийн профайлын холбоосыг оруулах",
|
||||
"Insert" : "Оруулах",
|
||||
"You have not added any info yet" : "Та ямар ч мэдээлэл нэмээгүй байна",
|
||||
"{user} has not added any info yet" : "{user} ямар ч мэдээлэл нэмээгүй байна",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Хэрэглэгчийн төлөв цонхыг нээхэд алдаа, хуудсыг бүрэн сэргээнэ үү",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,14 @@
|
|||
{ "translations": {
|
||||
"Profile picker" : "Профайл сонгогч",
|
||||
"Profile" : "Профайл",
|
||||
"This application provides the profile" : "Энэ програм нь профайлыг хангадаг",
|
||||
"Provides a customisable user profile interface." : "Өөрчлөх боломжтой хэрэглэгчийн профайл интерфэйс хангадаг.",
|
||||
"Searching …" : "Хайж байна …",
|
||||
"Not found" : "Олдсонгүй",
|
||||
"Search for a user profile" : "Хэрэглэгчийн профайл хайх",
|
||||
"Search for a user profile. Start typing" : "Хэрэглэгчийн профайл хайх. Бичиж эхлэнэ үү",
|
||||
"Insert selected user profile link" : "Сонгосон хэрэглэгчийн профайлын холбоосыг оруулах",
|
||||
"Insert" : "Оруулах",
|
||||
"You have not added any info yet" : "Та ямар ч мэдээлэл нэмээгүй байна",
|
||||
"{user} has not added any info yet" : "{user} ямар ч мэдээлэл нэмээгүй байна",
|
||||
"Error opening the user status modal, try hard refreshing the page" : "Хэрэглэгчийн төлөв цонхыг нээхэд алдаа, хуудсыг бүрэн сэргээнэ үү",
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue