mirror of
https://github.com/nextcloud/server.git
synced 2026-03-10 10:21:38 -04:00
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
82210c9bcd
commit
2cbbf37117
40 changed files with 132 additions and 4 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 % 10 == 1 && n % 100 != 11) ? 0 : 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 % 10 == 1 && n % 100 != 11) ? 0 : 1;"
|
||||
}
|
||||
|
|
@ -98,6 +98,7 @@ OC.L10N.register(
|
|||
"Your storage is almost full ({usedSpacePercent}%)." : "Вашето складиште е скоро исполнето ({usedSpacePercent}%).",
|
||||
"_matches \"{filter}\"_::_match \"{filter}\"_" : ["содржи '{filter}'","содржи '{filter}'"],
|
||||
"View in folder" : "Погледни во папката",
|
||||
"Direct link was copied (only works for users who have access to this file/folder)" : "Копиран е директен линк (работи само за корисници кој имаат директен пристап до датотеката/папката)",
|
||||
"Path" : "Патека",
|
||||
"_%n byte_::_%n bytes_" : ["%n бајт","%n бајти"],
|
||||
"Favorited" : "Омилени",
|
||||
|
|
@ -165,6 +166,10 @@ OC.L10N.register(
|
|||
"The ownership transfer of {path} from {user} has completed." : "Трансферот на сопственост на {path} од {user} е комплетиран.",
|
||||
"in %s" : "во %s",
|
||||
"File Management" : "Датотеки",
|
||||
"Storage informations" : "Информации за складиштето",
|
||||
"{usedQuotaByte} used" : "искористено {usedQuotaByte}",
|
||||
"{relative}% used" : "искористено {relative}% ",
|
||||
"Could not refresh storage stats" : "Неможе да се ажурира статистиката за складиштата",
|
||||
"Transfer ownership of a file or folder" : "Трансфер на сопственост на датотека или папка",
|
||||
"Choose file or folder to transfer" : "Избери датотека или папка за трансфер",
|
||||
"Change" : "Измени",
|
||||
|
|
@ -177,7 +182,11 @@ OC.L10N.register(
|
|||
"Unknown error" : "Непозната грешка",
|
||||
"Ownership transfer request sent" : "Испратено барање за трансфер на сопственост",
|
||||
"Cannot transfer ownership of a file or folder you do not own" : "Неможете да направите трансвер на сопственот на папка која не е ваша",
|
||||
"Select file or folder to link to" : "Изберете датотека или папка за линк до",
|
||||
"Open the files app settings" : "Отвори ги параметрите за датотеките",
|
||||
"Files settings" : "Параметри за датотеки",
|
||||
"File cannot be accessed" : "Неможе да се пристапи до датотеката",
|
||||
"You might not have have permissions to view it, ask the sender to share it" : "Можеби немате дозвола за преглед, прашајте го испраќачот за споделувањето",
|
||||
"Show hidden files" : "Прикажи сокриени датотеки",
|
||||
"Crop image previews" : "Исечи ја сликата за преглед",
|
||||
"Additional settings" : "Дополнителни параметри",
|
||||
|
|
@ -185,6 +194,7 @@ OC.L10N.register(
|
|||
"Copy to clipboard" : "Копирај во клипборд",
|
||||
"Use this address to access your Files via WebDAV" : "Користи ја оваа адреса за пристап до вашите датотеки преку WebDAV",
|
||||
"Clipboard is not available" : "Клипбордот не е достапен",
|
||||
"WebDAV URL copied to clipboard" : "CalDAV линкот е копиран",
|
||||
"Unable to change the favourite state of the file" : "Неможе да се промени статусот на омимени на датотеката",
|
||||
"Error while loading the file data" : "Грешка при вчитување на податоците од датотеката",
|
||||
"Pick a template for {name}" : "Избери шаблон за {name}",
|
||||
|
|
|
|||
|
|
@ -96,6 +96,7 @@
|
|||
"Your storage is almost full ({usedSpacePercent}%)." : "Вашето складиште е скоро исполнето ({usedSpacePercent}%).",
|
||||
"_matches \"{filter}\"_::_match \"{filter}\"_" : ["содржи '{filter}'","содржи '{filter}'"],
|
||||
"View in folder" : "Погледни во папката",
|
||||
"Direct link was copied (only works for users who have access to this file/folder)" : "Копиран е директен линк (работи само за корисници кој имаат директен пристап до датотеката/папката)",
|
||||
"Path" : "Патека",
|
||||
"_%n byte_::_%n bytes_" : ["%n бајт","%n бајти"],
|
||||
"Favorited" : "Омилени",
|
||||
|
|
@ -163,6 +164,10 @@
|
|||
"The ownership transfer of {path} from {user} has completed." : "Трансферот на сопственост на {path} од {user} е комплетиран.",
|
||||
"in %s" : "во %s",
|
||||
"File Management" : "Датотеки",
|
||||
"Storage informations" : "Информации за складиштето",
|
||||
"{usedQuotaByte} used" : "искористено {usedQuotaByte}",
|
||||
"{relative}% used" : "искористено {relative}% ",
|
||||
"Could not refresh storage stats" : "Неможе да се ажурира статистиката за складиштата",
|
||||
"Transfer ownership of a file or folder" : "Трансфер на сопственост на датотека или папка",
|
||||
"Choose file or folder to transfer" : "Избери датотека или папка за трансфер",
|
||||
"Change" : "Измени",
|
||||
|
|
@ -175,7 +180,11 @@
|
|||
"Unknown error" : "Непозната грешка",
|
||||
"Ownership transfer request sent" : "Испратено барање за трансфер на сопственост",
|
||||
"Cannot transfer ownership of a file or folder you do not own" : "Неможете да направите трансвер на сопственот на папка која не е ваша",
|
||||
"Select file or folder to link to" : "Изберете датотека или папка за линк до",
|
||||
"Open the files app settings" : "Отвори ги параметрите за датотеките",
|
||||
"Files settings" : "Параметри за датотеки",
|
||||
"File cannot be accessed" : "Неможе да се пристапи до датотеката",
|
||||
"You might not have have permissions to view it, ask the sender to share it" : "Можеби немате дозвола за преглед, прашајте го испраќачот за споделувањето",
|
||||
"Show hidden files" : "Прикажи сокриени датотеки",
|
||||
"Crop image previews" : "Исечи ја сликата за преглед",
|
||||
"Additional settings" : "Дополнителни параметри",
|
||||
|
|
@ -183,6 +192,7 @@
|
|||
"Copy to clipboard" : "Копирај во клипборд",
|
||||
"Use this address to access your Files via WebDAV" : "Користи ја оваа адреса за пристап до вашите датотеки преку WebDAV",
|
||||
"Clipboard is not available" : "Клипбордот не е достапен",
|
||||
"WebDAV URL copied to clipboard" : "CalDAV линкот е копиран",
|
||||
"Unable to change the favourite state of the file" : "Неможе да се промени статусот на омимени на датотеката",
|
||||
"Error while loading the file data" : "Грешка при вчитување на податоците од датотеката",
|
||||
"Pick a template for {name}" : "Избери шаблон за {name}",
|
||||
|
|
|
|||
|
|
@ -185,6 +185,8 @@ OC.L10N.register(
|
|||
"Select file or folder to link to" : "Bağlantı verilecek dosya ya da klasörü seçin",
|
||||
"Open the files app settings" : "Dosyalar uygulaması ayarlarını aç",
|
||||
"Files settings" : "Dosyalar ayarları",
|
||||
"File cannot be accessed" : "Dosyaya erişilemedi",
|
||||
"You might not have have permissions to view it, ask the sender to share it" : "Dosyayı görüntüleme izniniz olmayabilir. Gönderenden paylaşmasını isteyin",
|
||||
"Show hidden files" : "Gizli dosyaları görüntüle",
|
||||
"Crop image previews" : "Görsel ön izlemeleri kırpılsın",
|
||||
"Additional settings" : "Ek ayarlar",
|
||||
|
|
|
|||
|
|
@ -183,6 +183,8 @@
|
|||
"Select file or folder to link to" : "Bağlantı verilecek dosya ya da klasörü seçin",
|
||||
"Open the files app settings" : "Dosyalar uygulaması ayarlarını aç",
|
||||
"Files settings" : "Dosyalar ayarları",
|
||||
"File cannot be accessed" : "Dosyaya erişilemedi",
|
||||
"You might not have have permissions to view it, ask the sender to share it" : "Dosyayı görüntüleme izniniz olmayabilir. Gönderenden paylaşmasını isteyin",
|
||||
"Show hidden files" : "Gizli dosyaları görüntüle",
|
||||
"Crop image previews" : "Görsel ön izlemeleri kırpılsın",
|
||||
"Additional settings" : "Ek ayarlar",
|
||||
|
|
|
|||
|
|
@ -204,8 +204,12 @@ OC.L10N.register(
|
|||
"Shared via link by {initiator}" : "Споделено со линк од {initiator}",
|
||||
"Mail share ({label})" : "Споделено преку е-пошта ({label})",
|
||||
"Share link ({label})" : "Сподели линк ({label})",
|
||||
"Share link ({index})" : "Сподели линк ({index})",
|
||||
"Share link" : "Сподели линк",
|
||||
"Actions for \"{title}\"" : "Акции за \"{title}\"",
|
||||
"Copy public link of \"{title}\" to clipboard" : "Копирај јавен линк во клипборд за \"{title}\"",
|
||||
"Error, please enter proper password and/or expiration date" : "Грешка, внесете лозинка и/или рок на траење",
|
||||
"Link share created" : "Креиран линк за споделување",
|
||||
"Error while creating the share" : "Грешка при креирање на споделување",
|
||||
"Search for share recipients" : "Пребарај за примачи на споделувањето",
|
||||
"No recommendations. Start typing." : "Нема препораки. Започнете со пишување.",
|
||||
|
|
@ -237,9 +241,12 @@ OC.L10N.register(
|
|||
"Error updating the share" : "Грешка при ажурирање на споделувањето",
|
||||
"File \"{path}\" has been unshared" : "Датотеката \"{path}\" повеќе не се споделува",
|
||||
"Folder \"{path}\" has been unshared" : "Папката \"{path}\" повеќе не се споделува",
|
||||
"Share {propertyName} saved" : "Зачувано е споделувањето {propertyName}",
|
||||
"Shared" : "Споделен",
|
||||
"Share" : "Сподели",
|
||||
"Shared with" : "Споделено со",
|
||||
"Password created successfully" : "Успрешно е креирана лозинка",
|
||||
"Error generating password from password policy" : "Грешка при генерирање на лозинка од политиката на лозинки",
|
||||
"Shared with you and the group {group} by {owner}" : "Споделено со Вас и групата {group} од {owner}",
|
||||
"Shared with you and {circle} by {owner}" : "Споделено со тебе и {circle} од {owner}",
|
||||
"Shared with you and the conversation {conversation} by {owner}" : "Споделено со тебе и во разговорот {conversation} од {owner}",
|
||||
|
|
@ -266,6 +273,7 @@ OC.L10N.register(
|
|||
"One or more of your shares will expire tomorrow" : "Едно или повеќе од твојте споделувања ќе истечат утре",
|
||||
"Copy to clipboard" : "Копирај во клипборд",
|
||||
"Sorry, this link doesn’t seem to work anymore." : "Извенете, но овој линк повеќе не функционира.",
|
||||
"Toggle grid view" : "Промена во мрежа"
|
||||
"Toggle grid view" : "Промена во мрежа",
|
||||
"Error generating password from password_policy" : "Грешка при генерирање на лозинка од политиката на лозинки"
|
||||
},
|
||||
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
|
||||
|
|
|
|||
|
|
@ -202,8 +202,12 @@
|
|||
"Shared via link by {initiator}" : "Споделено со линк од {initiator}",
|
||||
"Mail share ({label})" : "Споделено преку е-пошта ({label})",
|
||||
"Share link ({label})" : "Сподели линк ({label})",
|
||||
"Share link ({index})" : "Сподели линк ({index})",
|
||||
"Share link" : "Сподели линк",
|
||||
"Actions for \"{title}\"" : "Акции за \"{title}\"",
|
||||
"Copy public link of \"{title}\" to clipboard" : "Копирај јавен линк во клипборд за \"{title}\"",
|
||||
"Error, please enter proper password and/or expiration date" : "Грешка, внесете лозинка и/или рок на траење",
|
||||
"Link share created" : "Креиран линк за споделување",
|
||||
"Error while creating the share" : "Грешка при креирање на споделување",
|
||||
"Search for share recipients" : "Пребарај за примачи на споделувањето",
|
||||
"No recommendations. Start typing." : "Нема препораки. Започнете со пишување.",
|
||||
|
|
@ -235,9 +239,12 @@
|
|||
"Error updating the share" : "Грешка при ажурирање на споделувањето",
|
||||
"File \"{path}\" has been unshared" : "Датотеката \"{path}\" повеќе не се споделува",
|
||||
"Folder \"{path}\" has been unshared" : "Папката \"{path}\" повеќе не се споделува",
|
||||
"Share {propertyName} saved" : "Зачувано е споделувањето {propertyName}",
|
||||
"Shared" : "Споделен",
|
||||
"Share" : "Сподели",
|
||||
"Shared with" : "Споделено со",
|
||||
"Password created successfully" : "Успрешно е креирана лозинка",
|
||||
"Error generating password from password policy" : "Грешка при генерирање на лозинка од политиката на лозинки",
|
||||
"Shared with you and the group {group} by {owner}" : "Споделено со Вас и групата {group} од {owner}",
|
||||
"Shared with you and {circle} by {owner}" : "Споделено со тебе и {circle} од {owner}",
|
||||
"Shared with you and the conversation {conversation} by {owner}" : "Споделено со тебе и во разговорот {conversation} од {owner}",
|
||||
|
|
@ -264,6 +271,7 @@
|
|||
"One or more of your shares will expire tomorrow" : "Едно или повеќе од твојте споделувања ќе истечат утре",
|
||||
"Copy to clipboard" : "Копирај во клипборд",
|
||||
"Sorry, this link doesn’t seem to work anymore." : "Извенете, но овој линк повеќе не функционира.",
|
||||
"Toggle grid view" : "Промена во мрежа"
|
||||
"Toggle grid view" : "Промена во мрежа",
|
||||
"Error generating password from password_policy" : "Грешка при генерирање на лозинка од политиката на лозинки"
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
|
||||
}
|
||||
|
|
@ -446,6 +446,7 @@ OC.L10N.register(
|
|||
"Server address" : "Adres serwera",
|
||||
"Port" : "Port",
|
||||
"Authentication method" : "Metoda uwierzytelnienia",
|
||||
"Only applies when authentication is required" : "Ma zastosowanie tylko wtedy, gdy wymagane jest uwierzytelnienie",
|
||||
"Authentication required" : "Wymagane uwierzytelnienie",
|
||||
"Credentials" : "Poświadczenia",
|
||||
"SMTP Username" : "Użytkownik SMTP",
|
||||
|
|
|
|||
|
|
@ -444,6 +444,7 @@
|
|||
"Server address" : "Adres serwera",
|
||||
"Port" : "Port",
|
||||
"Authentication method" : "Metoda uwierzytelnienia",
|
||||
"Only applies when authentication is required" : "Ma zastosowanie tylko wtedy, gdy wymagane jest uwierzytelnienie",
|
||||
"Authentication required" : "Wymagane uwierzytelnienie",
|
||||
"Credentials" : "Poświadczenia",
|
||||
"SMTP Username" : "Użytkownik SMTP",
|
||||
|
|
|
|||
|
|
@ -446,6 +446,7 @@ OC.L10N.register(
|
|||
"Server address" : "Sunucu adresi",
|
||||
"Port" : "Kapı numarası",
|
||||
"Authentication method" : "Kimlik doğrulama yöntemi",
|
||||
"Only applies when authentication is required" : "Yalnızca kimlik doğrulaması istendiğinde uygulanır",
|
||||
"Authentication required" : "Kimlik doğrulaması gerekli",
|
||||
"Credentials" : "Kimlik doğrulama bilgileri",
|
||||
"SMTP Username" : "SMTP kullanıcı adı",
|
||||
|
|
|
|||
|
|
@ -444,6 +444,7 @@
|
|||
"Server address" : "Sunucu adresi",
|
||||
"Port" : "Kapı numarası",
|
||||
"Authentication method" : "Kimlik doğrulama yöntemi",
|
||||
"Only applies when authentication is required" : "Yalnızca kimlik doğrulaması istendiğinde uygulanır",
|
||||
"Authentication required" : "Kimlik doğrulaması gerekli",
|
||||
"Credentials" : "Kimlik doğrulama bilgileri",
|
||||
"SMTP Username" : "SMTP kullanıcı adı",
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ OC.L10N.register(
|
|||
"Share by mail" : "Сподели преку е-пошта",
|
||||
"Sharing %1$s failed, because this item is already shared with user %2$s" : "Споделувањето на %1$s е неуспешно, бидејќи истото веќе е споделено со корисникот %2$s",
|
||||
"We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Неможе да се испрати автоматски генерирана лозинка. Ве молиме внесете ја вашата е-пошта адреса во параметрите за лични податоци и обидете се повторно.",
|
||||
"Failed to send share by email. Got an invalid email address" : "Неможе да се сподели на Е-пошта. Адресата не е валидна",
|
||||
"Failed to send share by email" : "Неуспешно испраќање на споделување по е-пошта.",
|
||||
"%1$s shared »%2$s« with you" : "%1$s сподели »%2$s« со вас",
|
||||
"%1$s shared »%2$s« with you." : "%1$s сподели »%2$s« со вас.",
|
||||
|
|
@ -27,6 +28,7 @@ OC.L10N.register(
|
|||
"Password to access »%1$s« shared to you by %2$s" : "Лозинката за пристап до »%1$s« е споделена со вас од %2$s",
|
||||
"Password to access »%s«" : "Лозинка за пристап »%s«",
|
||||
"It is protected with the following password:" : "Заштитено е со следнава лозинка:",
|
||||
"This password will expire at %s" : "Оваа лозинка ќе истече за на %s",
|
||||
"%1$s shared »%2$s« with you and wants to add:" : "%1$s ја сподели папката »%2$s« и додаде:",
|
||||
"%1$s shared »%2$s« with you and wants to add" : "%1$s ја сподели папката »%2$s« и додаде",
|
||||
"»%s« added a note to a file shared with you" : "»%s« додаде белешка до датотеката што ја сподели со вас",
|
||||
|
|
@ -39,6 +41,7 @@ OC.L10N.register(
|
|||
"Allows users to share a personalized link to a file or folder by putting in an email address." : "Дозволете им на корисниците да споделуваат персонални линкови до датотеки и папки со внесување на адреса на е-пошта.",
|
||||
"Send password by mail" : "Испрати лозинка преку е-пошта",
|
||||
"Reply to initiator" : "Одговор до иницијаторот",
|
||||
"Unable to update share by mail config" : "Неможе да се ажурираат параметрите за споделување со е-пошта",
|
||||
"Shared with %1$s" : "Споделено со %1$s",
|
||||
"Shared with %1$s by %2$s" : "Споделено со %1$s од %2$s",
|
||||
"Unshared from %1$s" : "Не е повеќе споделено со %1$s",
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
"Share by mail" : "Сподели преку е-пошта",
|
||||
"Sharing %1$s failed, because this item is already shared with user %2$s" : "Споделувањето на %1$s е неуспешно, бидејќи истото веќе е споделено со корисникот %2$s",
|
||||
"We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Неможе да се испрати автоматски генерирана лозинка. Ве молиме внесете ја вашата е-пошта адреса во параметрите за лични податоци и обидете се повторно.",
|
||||
"Failed to send share by email. Got an invalid email address" : "Неможе да се сподели на Е-пошта. Адресата не е валидна",
|
||||
"Failed to send share by email" : "Неуспешно испраќање на споделување по е-пошта.",
|
||||
"%1$s shared »%2$s« with you" : "%1$s сподели »%2$s« со вас",
|
||||
"%1$s shared »%2$s« with you." : "%1$s сподели »%2$s« со вас.",
|
||||
|
|
@ -25,6 +26,7 @@
|
|||
"Password to access »%1$s« shared to you by %2$s" : "Лозинката за пристап до »%1$s« е споделена со вас од %2$s",
|
||||
"Password to access »%s«" : "Лозинка за пристап »%s«",
|
||||
"It is protected with the following password:" : "Заштитено е со следнава лозинка:",
|
||||
"This password will expire at %s" : "Оваа лозинка ќе истече за на %s",
|
||||
"%1$s shared »%2$s« with you and wants to add:" : "%1$s ја сподели папката »%2$s« и додаде:",
|
||||
"%1$s shared »%2$s« with you and wants to add" : "%1$s ја сподели папката »%2$s« и додаде",
|
||||
"»%s« added a note to a file shared with you" : "»%s« додаде белешка до датотеката што ја сподели со вас",
|
||||
|
|
@ -37,6 +39,7 @@
|
|||
"Allows users to share a personalized link to a file or folder by putting in an email address." : "Дозволете им на корисниците да споделуваат персонални линкови до датотеки и папки со внесување на адреса на е-пошта.",
|
||||
"Send password by mail" : "Испрати лозинка преку е-пошта",
|
||||
"Reply to initiator" : "Одговор до иницијаторот",
|
||||
"Unable to update share by mail config" : "Неможе да се ажурираат параметрите за споделување со е-пошта",
|
||||
"Shared with %1$s" : "Споделено со %1$s",
|
||||
"Shared with %1$s by %2$s" : "Споделено со %1$s од %2$s",
|
||||
"Unshared from %1$s" : "Не е повеќе споделено со %1$s",
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@ OC.L10N.register(
|
|||
"Could not write file to disk" : "Nie można zapisać pliku na dysk",
|
||||
"A PHP extension stopped the file upload" : "Rozszerzenie PHP zatrzymało wysyłanie pliku",
|
||||
"No file uploaded" : "Nie wysłano pliku",
|
||||
"Failed to clean up the old administration theming images folder" : "Nie udało się wyczyścić starego katalogu obrazów motywu administratora",
|
||||
"Failed to clean up the old administration image folder" : "Nie udało się wyczyścić starego katalogu obrazu administracyjnego",
|
||||
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Używasz już własnego motywu. Ustawienia aplikacji Theming mogą zostać nadpisane.",
|
||||
"Theming" : "Motyw",
|
||||
"Appearance and accessibility" : "Wygląd i dostępność",
|
||||
|
|
@ -77,6 +79,7 @@ OC.L10N.register(
|
|||
"Custom background" : "Tło niestandardowe",
|
||||
"Default background" : "Tło domyślne",
|
||||
"Change color" : "Zmień kolor",
|
||||
"No background" : "Bez tła",
|
||||
"Select a background from your files" : "Wybierz tło ze swoich Plików",
|
||||
"Theme selection is enforced" : "Wybór motywu jest wymuszony",
|
||||
"Select a custom color" : "Wybierz kolor niestandardowy",
|
||||
|
|
|
|||
|
|
@ -19,6 +19,8 @@
|
|||
"Could not write file to disk" : "Nie można zapisać pliku na dysk",
|
||||
"A PHP extension stopped the file upload" : "Rozszerzenie PHP zatrzymało wysyłanie pliku",
|
||||
"No file uploaded" : "Nie wysłano pliku",
|
||||
"Failed to clean up the old administration theming images folder" : "Nie udało się wyczyścić starego katalogu obrazów motywu administratora",
|
||||
"Failed to clean up the old administration image folder" : "Nie udało się wyczyścić starego katalogu obrazu administracyjnego",
|
||||
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Używasz już własnego motywu. Ustawienia aplikacji Theming mogą zostać nadpisane.",
|
||||
"Theming" : "Motyw",
|
||||
"Appearance and accessibility" : "Wygląd i dostępność",
|
||||
|
|
@ -75,6 +77,7 @@
|
|||
"Custom background" : "Tło niestandardowe",
|
||||
"Default background" : "Tło domyślne",
|
||||
"Change color" : "Zmień kolor",
|
||||
"No background" : "Bez tła",
|
||||
"Select a background from your files" : "Wybierz tło ze swoich Plików",
|
||||
"Theme selection is enforced" : "Wybór motywu jest wymuszony",
|
||||
"Select a custom color" : "Wybierz kolor niestandardowy",
|
||||
|
|
|
|||
|
|
@ -79,6 +79,7 @@ OC.L10N.register(
|
|||
"Custom background" : "Özel arka plan",
|
||||
"Default background" : "Varsayılan arka plan",
|
||||
"Change color" : "Rengi değiştir",
|
||||
"No background" : "Arka plan olmasın",
|
||||
"Select a background from your files" : "Dosyalarınızdan bir arka plan seçin",
|
||||
"Theme selection is enforced" : "Tema seçimi zorunludur",
|
||||
"Select a custom color" : "Özel bir renk seçin",
|
||||
|
|
|
|||
|
|
@ -77,6 +77,7 @@
|
|||
"Custom background" : "Özel arka plan",
|
||||
"Default background" : "Varsayılan arka plan",
|
||||
"Change color" : "Rengi değiştir",
|
||||
"No background" : "Arka plan olmasın",
|
||||
"Select a background from your files" : "Dosyalarınızdan bir arka plan seçin",
|
||||
"Theme selection is enforced" : "Tema seçimi zorunludur",
|
||||
"Select a custom color" : "Özel bir renk seçin",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ OC.L10N.register(
|
|||
"The update server could not be reached since %d days to check for new updates." : "Серверот за ажурирање не е проверен %d дена.",
|
||||
"Please check the Nextcloud and server log files for errors." : "Проверете ги записите во Cloud-от и записите во серверот за грешките.",
|
||||
"Update to %1$s is available." : "Достапно е аурирање во верзија %1$s.",
|
||||
"Update to {serverAndVersion} is available." : "Достапно е ажурирање во {serverAndVersion} верзија.",
|
||||
"Update for {app} to version %s is available." : "Достапно е ажурирање за {app} во верзија %s.",
|
||||
"Update notification" : "Известување за ажурирање",
|
||||
"Displays update notifications for Nextcloud and provides the SSO for the updater." : "Прикажува известувања за ажурирање на Nextcloud и овозможува SSO за надградувачот.",
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
"The update server could not be reached since %d days to check for new updates." : "Серверот за ажурирање не е проверен %d дена.",
|
||||
"Please check the Nextcloud and server log files for errors." : "Проверете ги записите во Cloud-от и записите во серверот за грешките.",
|
||||
"Update to %1$s is available." : "Достапно е аурирање во верзија %1$s.",
|
||||
"Update to {serverAndVersion} is available." : "Достапно е ажурирање во {serverAndVersion} верзија.",
|
||||
"Update for {app} to version %s is available." : "Достапно е ажурирање за {app} во верзија %s.",
|
||||
"Update notification" : "Известување за ажурирање",
|
||||
"Displays update notifications for Nextcloud and provides the SSO for the updater." : "Прикажува известувања за ажурирање на Nextcloud и овозможува SSO за надградувачот.",
|
||||
|
|
|
|||
|
|
@ -287,6 +287,7 @@ OC.L10N.register(
|
|||
"Strong password" : "Starkes Passwort",
|
||||
"No action available" : "Keine Aktion verfügbar",
|
||||
"Error fetching contact actions" : "Fehler beim Einlesen der Kontakt-Aktionen",
|
||||
"Close \"{dialogTitle}\" dialog" : "Dialog \"{dialogTitle}\" schließen",
|
||||
"Non-existing tag #{tag}" : "Nicht existierendes Schlagwort #{tag}",
|
||||
"Restricted" : "Eingeschränkt",
|
||||
"Invisible" : "Unsichtbar",
|
||||
|
|
|
|||
|
|
@ -285,6 +285,7 @@
|
|||
"Strong password" : "Starkes Passwort",
|
||||
"No action available" : "Keine Aktion verfügbar",
|
||||
"Error fetching contact actions" : "Fehler beim Einlesen der Kontakt-Aktionen",
|
||||
"Close \"{dialogTitle}\" dialog" : "Dialog \"{dialogTitle}\" schließen",
|
||||
"Non-existing tag #{tag}" : "Nicht existierendes Schlagwort #{tag}",
|
||||
"Restricted" : "Eingeschränkt",
|
||||
"Invisible" : "Unsichtbar",
|
||||
|
|
|
|||
|
|
@ -287,6 +287,7 @@ OC.L10N.register(
|
|||
"Strong password" : "Strong password",
|
||||
"No action available" : "No action available",
|
||||
"Error fetching contact actions" : "Error fetching contact actions",
|
||||
"Close \"{dialogTitle}\" dialog" : "Close \"{dialogTitle}\" dialogue",
|
||||
"Non-existing tag #{tag}" : "Non-existing tag #{tag}",
|
||||
"Restricted" : "Restricted",
|
||||
"Invisible" : "Invisible",
|
||||
|
|
|
|||
|
|
@ -285,6 +285,7 @@
|
|||
"Strong password" : "Strong password",
|
||||
"No action available" : "No action available",
|
||||
"Error fetching contact actions" : "Error fetching contact actions",
|
||||
"Close \"{dialogTitle}\" dialog" : "Close \"{dialogTitle}\" dialogue",
|
||||
"Non-existing tag #{tag}" : "Non-existing tag #{tag}",
|
||||
"Restricted" : "Restricted",
|
||||
"Invisible" : "Invisible",
|
||||
|
|
|
|||
|
|
@ -287,6 +287,7 @@ OC.L10N.register(
|
|||
"Strong password" : "Mot de passe fort",
|
||||
"No action available" : "Aucune action disponible",
|
||||
"Error fetching contact actions" : "Erreur lors de la recherche d'actions de contact",
|
||||
"Close \"{dialogTitle}\" dialog" : "Fermer la boîte de dialogue \"{dialogTitle}\"",
|
||||
"Non-existing tag #{tag}" : "Étiquette #{tag} inexistante",
|
||||
"Restricted" : "Restreint",
|
||||
"Invisible" : "Invisible",
|
||||
|
|
|
|||
|
|
@ -285,6 +285,7 @@
|
|||
"Strong password" : "Mot de passe fort",
|
||||
"No action available" : "Aucune action disponible",
|
||||
"Error fetching contact actions" : "Erreur lors de la recherche d'actions de contact",
|
||||
"Close \"{dialogTitle}\" dialog" : "Fermer la boîte de dialogue \"{dialogTitle}\"",
|
||||
"Non-existing tag #{tag}" : "Étiquette #{tag} inexistante",
|
||||
"Restricted" : "Restreint",
|
||||
"Invisible" : "Invisible",
|
||||
|
|
|
|||
|
|
@ -161,6 +161,7 @@ OC.L10N.register(
|
|||
"Keep your colleagues and friends in one place without leaking their private info." : "Чувајте ги вашите колеги и пријатели на едно место без да ги разоткривате нивните приватни информации.",
|
||||
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Едноставна апликација за е-пошта интегрирана со Датотеки, Контакти, Календар.",
|
||||
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Разговори, видео повици, споделување на екранот, онлајн состаноци и веб конференции - на вашиот компјутер и на вашиот мобилен телефон.",
|
||||
"Search contacts" : "Пребарување контакти",
|
||||
"Forgot password?" : "Заборавена лозинка?",
|
||||
"Log in with a device" : "Најавете се со уред",
|
||||
"Back" : "Назад",
|
||||
|
|
@ -327,6 +328,7 @@ OC.L10N.register(
|
|||
"Skip to main content" : "Оди до главната содржина",
|
||||
"Skip to navigation of app" : "Оди до навигацијата на апликацијата",
|
||||
"Get your own free account" : "Креирајте ваша сметка",
|
||||
"%s homepage" : "Страната на %s",
|
||||
"Confirm your password" : "Потврдете ја вашата лозинка",
|
||||
"%s's homepage" : "Страната на %s",
|
||||
"Connect to your account" : "Поврзани со вашата сметка",
|
||||
|
|
|
|||
|
|
@ -159,6 +159,7 @@
|
|||
"Keep your colleagues and friends in one place without leaking their private info." : "Чувајте ги вашите колеги и пријатели на едно место без да ги разоткривате нивните приватни информации.",
|
||||
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Едноставна апликација за е-пошта интегрирана со Датотеки, Контакти, Календар.",
|
||||
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Разговори, видео повици, споделување на екранот, онлајн состаноци и веб конференции - на вашиот компјутер и на вашиот мобилен телефон.",
|
||||
"Search contacts" : "Пребарување контакти",
|
||||
"Forgot password?" : "Заборавена лозинка?",
|
||||
"Log in with a device" : "Најавете се со уред",
|
||||
"Back" : "Назад",
|
||||
|
|
@ -325,6 +326,7 @@
|
|||
"Skip to main content" : "Оди до главната содржина",
|
||||
"Skip to navigation of app" : "Оди до навигацијата на апликацијата",
|
||||
"Get your own free account" : "Креирајте ваша сметка",
|
||||
"%s homepage" : "Страната на %s",
|
||||
"Confirm your password" : "Потврдете ја вашата лозинка",
|
||||
"%s's homepage" : "Страната на %s",
|
||||
"Connect to your account" : "Поврзани со вашата сметка",
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ OC.L10N.register(
|
|||
"State token does not match" : "Token nie pasuje",
|
||||
"Invalid app password" : "Nieprawidłowe hasło do aplikacji",
|
||||
"Could not complete login" : "Nie można dokończyć logowania",
|
||||
"State token missing" : "Brak statusu tokena",
|
||||
"Your login token is invalid or has expired" : "Token logowania jest nieprawidłowy lub wygasł",
|
||||
"This community release of Nextcloud is unsupported and push notifications are limited." : "To wydanie społecznościowe Nextcloud nie jest obsługiwane, a powiadomienia Push są ograniczone.",
|
||||
"Login" : "Zaloguj",
|
||||
|
|
@ -50,6 +51,7 @@ OC.L10N.register(
|
|||
"Repair info:" : "Informacja o naprawie: ",
|
||||
"Repair warning:" : "Ostrzeżenie naprawy:",
|
||||
"Repair error:" : "Błąd naprawy: ",
|
||||
"Please use the command line updater because updating via the browser is disabled in your config.php." : "Użyj wiersza poleceń do aktualizacji, ponieważ aktualizacja przez przeglądarkę jest wyłączona w Twoim pliku config.php.",
|
||||
"Turned on maintenance mode" : "Włączono tryb konserwacji",
|
||||
"Turned off maintenance mode" : "Wyłączono tryb konserwacji",
|
||||
"Maintenance mode is kept active" : "Tryb konserwacji pozostał aktywny",
|
||||
|
|
@ -100,6 +102,7 @@ OC.L10N.register(
|
|||
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "W tej instancji brakuje niektórych zalecanych modułów PHP. W celu zwiększenia wydajności i lepszej kompatybilności zaleca się ich instalację.",
|
||||
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Moduł PHP \"imagick\" nie jest włączony, pomimo że aplikacja motywu jest. Aby generowanie favicon działało poprawnie, musisz zainstalować i włączyć ten moduł.",
|
||||
"The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "Moduły PHP \"gmp\" i/lub \"bcmath\" nie są włączone. Jeśli używasz uwierzytelniania WebAuthn bez hasła, te moduły są wymagane.",
|
||||
"It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page ↗{linkend} about this." : "Wygląda na to, że korzystasz z 32-bitowej wersji PHP. Nextcloud do poprawnego działania potrzebuje 64-bitowej. Zaktualizuj swój system operacyjny i PHP do wersji 64-bitowej! Więcej informacji na ten temat przeczytasz na {linkstart}stronie dokumentacji ↗{linkend}.",
|
||||
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Moduł php-imagick w tej instancji nie obsługuje formatu SVG. Aby uzyskać lepszą kompatybilność, zaleca się jego zainstalowanie.",
|
||||
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Niektóre kolumny w bazie danych nie zawierają konwersji do big integers. Ze względu na to, że zmiana typów kolumn w dużych tabelach może zająć dużo czasu, nie zostały one zmienione automatycznie. Oczekujące zmiany można wykonać ręcznie, uruchamiając \"occ db:convert-filecache-bigint\". Ta operacja musi zostać wykonana, gdy instancja jest w trybie offline. Więcej informacji na ten temat przeczytasz na {linkstart}stronie dokumentacji ↗{linkend}.",
|
||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite jest aktualnie używany jako baza danych. Dla większych instalacji zalecamy przełączenie na inną bazę danych.",
|
||||
|
|
@ -181,6 +184,7 @@ OC.L10N.register(
|
|||
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Prosta aplikacja e-mail przyjemnie zintegrowana z plikami, kontaktami i kalendarzem.",
|
||||
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Czat, rozmowy wideo, udostępnianie ekranu, spotkania online i konferencje internetowe - w przeglądarce i aplikacjach mobilnych.",
|
||||
"Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Wspólne dokumenty, arkusze kalkulacyjne i prezentacje oparte na Collabora Online.",
|
||||
"Distraction free note taking app." : "Aplikacja do robienia notatek bez rozpraszania uwagi.",
|
||||
"Search contacts" : "Szukaj kontaktów",
|
||||
"Forgot password?" : "Zapomniałeś hasła?",
|
||||
"Log in with a device" : "Zaloguj się za pomocą urządzenia",
|
||||
|
|
@ -212,6 +216,7 @@ OC.L10N.register(
|
|||
"Settings menu" : "Menu ustawień",
|
||||
"Search {types} …" : "Wyszukaj {types}…",
|
||||
"Settings" : "Ustawienia",
|
||||
"Avatar of {fullName}" : "Awatar {fullName}",
|
||||
"Could not load your contacts" : "Nie można załadować kontaktów",
|
||||
"Search contacts …" : "Wyszukiwanie kontaktów…",
|
||||
"No contacts found" : "Nie znaleziono kontaktów",
|
||||
|
|
@ -282,6 +287,7 @@ OC.L10N.register(
|
|||
"Strong password" : "Silne hasło",
|
||||
"No action available" : "Żadna akcja nie jest dostępna",
|
||||
"Error fetching contact actions" : "Błąd podczas pobierania akcji dla kontaktu",
|
||||
"Close \"{dialogTitle}\" dialog" : "Zamknij okno \"{dialogTitle}\"",
|
||||
"Non-existing tag #{tag}" : "Etykieta #{tag} nie istnieje",
|
||||
"Restricted" : "Ograniczone",
|
||||
"Invisible" : "Niewidoczny",
|
||||
|
|
@ -350,6 +356,7 @@ OC.L10N.register(
|
|||
"Skip to main content" : "Przejdź do głównej zawartości",
|
||||
"Skip to navigation of app" : "Przejdź do nawigacji aplikacji",
|
||||
"Get your own free account" : "Załóż własne bezpłatne konto",
|
||||
"%s homepage" : "Strona główna %s",
|
||||
"Confirm your password" : "Potwierdź hasło",
|
||||
"%s's homepage" : "Strona główna %s",
|
||||
"Connect to your account" : "Połącz z kontem",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"State token does not match" : "Token nie pasuje",
|
||||
"Invalid app password" : "Nieprawidłowe hasło do aplikacji",
|
||||
"Could not complete login" : "Nie można dokończyć logowania",
|
||||
"State token missing" : "Brak statusu tokena",
|
||||
"Your login token is invalid or has expired" : "Token logowania jest nieprawidłowy lub wygasł",
|
||||
"This community release of Nextcloud is unsupported and push notifications are limited." : "To wydanie społecznościowe Nextcloud nie jest obsługiwane, a powiadomienia Push są ograniczone.",
|
||||
"Login" : "Zaloguj",
|
||||
|
|
@ -48,6 +49,7 @@
|
|||
"Repair info:" : "Informacja o naprawie: ",
|
||||
"Repair warning:" : "Ostrzeżenie naprawy:",
|
||||
"Repair error:" : "Błąd naprawy: ",
|
||||
"Please use the command line updater because updating via the browser is disabled in your config.php." : "Użyj wiersza poleceń do aktualizacji, ponieważ aktualizacja przez przeglądarkę jest wyłączona w Twoim pliku config.php.",
|
||||
"Turned on maintenance mode" : "Włączono tryb konserwacji",
|
||||
"Turned off maintenance mode" : "Wyłączono tryb konserwacji",
|
||||
"Maintenance mode is kept active" : "Tryb konserwacji pozostał aktywny",
|
||||
|
|
@ -98,6 +100,7 @@
|
|||
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "W tej instancji brakuje niektórych zalecanych modułów PHP. W celu zwiększenia wydajności i lepszej kompatybilności zaleca się ich instalację.",
|
||||
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Moduł PHP \"imagick\" nie jest włączony, pomimo że aplikacja motywu jest. Aby generowanie favicon działało poprawnie, musisz zainstalować i włączyć ten moduł.",
|
||||
"The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "Moduły PHP \"gmp\" i/lub \"bcmath\" nie są włączone. Jeśli używasz uwierzytelniania WebAuthn bez hasła, te moduły są wymagane.",
|
||||
"It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page ↗{linkend} about this." : "Wygląda na to, że korzystasz z 32-bitowej wersji PHP. Nextcloud do poprawnego działania potrzebuje 64-bitowej. Zaktualizuj swój system operacyjny i PHP do wersji 64-bitowej! Więcej informacji na ten temat przeczytasz na {linkstart}stronie dokumentacji ↗{linkend}.",
|
||||
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Moduł php-imagick w tej instancji nie obsługuje formatu SVG. Aby uzyskać lepszą kompatybilność, zaleca się jego zainstalowanie.",
|
||||
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Niektóre kolumny w bazie danych nie zawierają konwersji do big integers. Ze względu na to, że zmiana typów kolumn w dużych tabelach może zająć dużo czasu, nie zostały one zmienione automatycznie. Oczekujące zmiany można wykonać ręcznie, uruchamiając \"occ db:convert-filecache-bigint\". Ta operacja musi zostać wykonana, gdy instancja jest w trybie offline. Więcej informacji na ten temat przeczytasz na {linkstart}stronie dokumentacji ↗{linkend}.",
|
||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite jest aktualnie używany jako baza danych. Dla większych instalacji zalecamy przełączenie na inną bazę danych.",
|
||||
|
|
@ -179,6 +182,7 @@
|
|||
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Prosta aplikacja e-mail przyjemnie zintegrowana z plikami, kontaktami i kalendarzem.",
|
||||
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Czat, rozmowy wideo, udostępnianie ekranu, spotkania online i konferencje internetowe - w przeglądarce i aplikacjach mobilnych.",
|
||||
"Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Wspólne dokumenty, arkusze kalkulacyjne i prezentacje oparte na Collabora Online.",
|
||||
"Distraction free note taking app." : "Aplikacja do robienia notatek bez rozpraszania uwagi.",
|
||||
"Search contacts" : "Szukaj kontaktów",
|
||||
"Forgot password?" : "Zapomniałeś hasła?",
|
||||
"Log in with a device" : "Zaloguj się za pomocą urządzenia",
|
||||
|
|
@ -210,6 +214,7 @@
|
|||
"Settings menu" : "Menu ustawień",
|
||||
"Search {types} …" : "Wyszukaj {types}…",
|
||||
"Settings" : "Ustawienia",
|
||||
"Avatar of {fullName}" : "Awatar {fullName}",
|
||||
"Could not load your contacts" : "Nie można załadować kontaktów",
|
||||
"Search contacts …" : "Wyszukiwanie kontaktów…",
|
||||
"No contacts found" : "Nie znaleziono kontaktów",
|
||||
|
|
@ -280,6 +285,7 @@
|
|||
"Strong password" : "Silne hasło",
|
||||
"No action available" : "Żadna akcja nie jest dostępna",
|
||||
"Error fetching contact actions" : "Błąd podczas pobierania akcji dla kontaktu",
|
||||
"Close \"{dialogTitle}\" dialog" : "Zamknij okno \"{dialogTitle}\"",
|
||||
"Non-existing tag #{tag}" : "Etykieta #{tag} nie istnieje",
|
||||
"Restricted" : "Ograniczone",
|
||||
"Invisible" : "Niewidoczny",
|
||||
|
|
@ -348,6 +354,7 @@
|
|||
"Skip to main content" : "Przejdź do głównej zawartości",
|
||||
"Skip to navigation of app" : "Przejdź do nawigacji aplikacji",
|
||||
"Get your own free account" : "Załóż własne bezpłatne konto",
|
||||
"%s homepage" : "Strona główna %s",
|
||||
"Confirm your password" : "Potwierdź hasło",
|
||||
"%s's homepage" : "Strona główna %s",
|
||||
"Connect to your account" : "Połącz z kontem",
|
||||
|
|
|
|||
|
|
@ -25,12 +25,15 @@ OC.L10N.register(
|
|||
"State token does not match" : "Токен состояния не совпадает",
|
||||
"Invalid app password" : "Неверный пароль приложения",
|
||||
"Could not complete login" : "Не удалось завершить вход в систему",
|
||||
"State token missing" : "Отсутствует токен состояния",
|
||||
"Your login token is invalid or has expired" : "Ваш токен неверен или истёк",
|
||||
"This community release of Nextcloud is unsupported and push notifications are limited." : "Используется сборка Nextcloud для сообщества. Данная сборка не поддерживается и имеет ограниченный функционал push-уведомлений.",
|
||||
"Login" : "Войти",
|
||||
"Please try again" : "Попробуйте ещё раз",
|
||||
"Password reset is disabled" : "Сброс пароля отключён",
|
||||
"Could not reset password because the token is expired" : "Не было возможности сбросить пароль в связи с просроченным токеном",
|
||||
"Could not reset password because the token is invalid" : "Не было возможности сбросить пароль в связи с неверным токеном",
|
||||
"Password is too long. Maximum allowed length is 469 characters." : " Пароль не может быть длиннее 469 символов.",
|
||||
"%s password reset" : "Сброс пароля %s",
|
||||
"Password reset" : "Сброс пароля",
|
||||
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Для сброса пароля нажмите на кнопку. Если вы не запрашивали сброс пароля, просто проигнорируйте это письмо.",
|
||||
|
|
@ -48,6 +51,7 @@ OC.L10N.register(
|
|||
"Repair info:" : "Информация восстановления:",
|
||||
"Repair warning:" : "Предупреждение восстановления:",
|
||||
"Repair error:" : "Ошибка восстановления:",
|
||||
"Please use the command line updater because updating via the browser is disabled in your config.php." : "Автоматические обновления отключены в файле конфигурации «config.php». Выполните обновление из командной строки.",
|
||||
"Turned on maintenance mode" : "Включён режим обслуживания ",
|
||||
"Turned off maintenance mode" : "Отключён режим обслуживания",
|
||||
"Maintenance mode is kept active" : "Режим обслуживания оставлен включенным",
|
||||
|
|
@ -98,6 +102,7 @@ OC.L10N.register(
|
|||
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "В системе не установлены рекомендуемые модули PHP. Для улучшения производительности и совместимости рекомендуется установить эти модули.",
|
||||
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Для создания значка favicon приложением «Оформления» необходимо установить и активировать модуль «imagic» подсистемы PHP. ",
|
||||
"The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "Модули «gmp» и / или «bcmath» подсистемы PHP не активированы. Эти модули необходимы при использовании аутентификации без пароля WebAuth.",
|
||||
"It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page ↗{linkend} about this." : "Вероятно, на сервере используется 32-битная версия PHP. Для нормальной работы Nextcloud требуется 64-битная версия. Обновите вашу операционную систему и PHP до 64-битных версий. Для дополнительной информации {linkstart}обратитесь к документации ↗{linkend}.",
|
||||
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Модуль php-imagick в этом случае не поддерживает SVG. Для лучшей совместимости рекомендуется установить его.",
|
||||
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Некоторые поля базы данных не были преобразованы в тип big int. Операция преобразования таких полей может занять продолжительное время и должа быть запущена вручную. Чтобы выполнить преобразование, необходимо включить режим обслуживания и запустить в терминале команду «occ db:convert-filecache-bigint». Дополнительная информация представлена в {linkstart}документации ↗{linkend}.",
|
||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "В настоящее время в качестве механизма БД используется SQLite. Для более крупных развёртываний рекомендуется перейти к использованию других баз данных.",
|
||||
|
|
@ -179,6 +184,8 @@ OC.L10N.register(
|
|||
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Простое приложение электронной почты, прекрасно интегрированное с приложениями Files, Contacts и Calendar.",
|
||||
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Текстовые сообщения, видеозвонки, демонстрация содержимого экрана, онлайн общение и веб-конференции на ПК и мобильных устройствах. ",
|
||||
"Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Совместная работа с документами, таблицами и презентациями, основанная на Collabora Online.",
|
||||
"Distraction free note taking app." : "Простые приложение для ведения заметок.",
|
||||
"Search contacts" : "Поиск контактов",
|
||||
"Forgot password?" : "Забыли пароль?",
|
||||
"Log in with a device" : "Войти с устройства",
|
||||
"Back" : "Назад",
|
||||
|
|
@ -188,6 +195,7 @@ OC.L10N.register(
|
|||
"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" : "Произошла ошибка при открытии модального окна пользователя, попробуйте обновить страницу",
|
||||
"Search starts once you start typing and results may be reached with the arrow keys" : "Поиск начнётся при наборе текста. Для перехода к результатам поиска используйте клавиши со стрелками.",
|
||||
"Reset search" : "Очистить поиск",
|
||||
"Start search" : "Запустить поиск",
|
||||
"Search for {name} only" : "Искать только для «{name}»",
|
||||
|
|
@ -208,6 +216,7 @@ OC.L10N.register(
|
|||
"Settings menu" : "Меню настроек",
|
||||
"Search {types} …" : "Поиск {types}…",
|
||||
"Settings" : "Параметры",
|
||||
"Avatar of {fullName}" : "Изображение профиля {fullName}",
|
||||
"Could not load your contacts" : "Ошибка получения контактов",
|
||||
"Search contacts …" : "Поиск контакта…",
|
||||
"No contacts found" : "Контактов не найдено",
|
||||
|
|
@ -278,6 +287,7 @@ OC.L10N.register(
|
|||
"Strong password" : "Надёжный пароль",
|
||||
"No action available" : "Нет доступных действий",
|
||||
"Error fetching contact actions" : "Ошибка получения действий контакта",
|
||||
"Close \"{dialogTitle}\" dialog" : "Закрыть «{dialogTitle}»",
|
||||
"Non-existing tag #{tag}" : "Несуществующая метка #{tag}",
|
||||
"Restricted" : "Ограниченный",
|
||||
"Invisible" : "Невидимый",
|
||||
|
|
@ -346,6 +356,7 @@ OC.L10N.register(
|
|||
"Skip to main content" : "Перейти к основному содержанию",
|
||||
"Skip to navigation of app" : "Перейти к навигации по приложению",
|
||||
"Get your own free account" : "Создайте свою бесплатную учётную запись",
|
||||
"%s homepage" : "Домашняя страница %s",
|
||||
"Confirm your password" : "Подтвердите свой пароль",
|
||||
"%s's homepage" : "Домашняя страница %s",
|
||||
"Connect to your account" : "Вход в систему",
|
||||
|
|
|
|||
|
|
@ -23,12 +23,15 @@
|
|||
"State token does not match" : "Токен состояния не совпадает",
|
||||
"Invalid app password" : "Неверный пароль приложения",
|
||||
"Could not complete login" : "Не удалось завершить вход в систему",
|
||||
"State token missing" : "Отсутствует токен состояния",
|
||||
"Your login token is invalid or has expired" : "Ваш токен неверен или истёк",
|
||||
"This community release of Nextcloud is unsupported and push notifications are limited." : "Используется сборка Nextcloud для сообщества. Данная сборка не поддерживается и имеет ограниченный функционал push-уведомлений.",
|
||||
"Login" : "Войти",
|
||||
"Please try again" : "Попробуйте ещё раз",
|
||||
"Password reset is disabled" : "Сброс пароля отключён",
|
||||
"Could not reset password because the token is expired" : "Не было возможности сбросить пароль в связи с просроченным токеном",
|
||||
"Could not reset password because the token is invalid" : "Не было возможности сбросить пароль в связи с неверным токеном",
|
||||
"Password is too long. Maximum allowed length is 469 characters." : " Пароль не может быть длиннее 469 символов.",
|
||||
"%s password reset" : "Сброс пароля %s",
|
||||
"Password reset" : "Сброс пароля",
|
||||
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Для сброса пароля нажмите на кнопку. Если вы не запрашивали сброс пароля, просто проигнорируйте это письмо.",
|
||||
|
|
@ -46,6 +49,7 @@
|
|||
"Repair info:" : "Информация восстановления:",
|
||||
"Repair warning:" : "Предупреждение восстановления:",
|
||||
"Repair error:" : "Ошибка восстановления:",
|
||||
"Please use the command line updater because updating via the browser is disabled in your config.php." : "Автоматические обновления отключены в файле конфигурации «config.php». Выполните обновление из командной строки.",
|
||||
"Turned on maintenance mode" : "Включён режим обслуживания ",
|
||||
"Turned off maintenance mode" : "Отключён режим обслуживания",
|
||||
"Maintenance mode is kept active" : "Режим обслуживания оставлен включенным",
|
||||
|
|
@ -96,6 +100,7 @@
|
|||
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "В системе не установлены рекомендуемые модули PHP. Для улучшения производительности и совместимости рекомендуется установить эти модули.",
|
||||
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Для создания значка favicon приложением «Оформления» необходимо установить и активировать модуль «imagic» подсистемы PHP. ",
|
||||
"The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "Модули «gmp» и / или «bcmath» подсистемы PHP не активированы. Эти модули необходимы при использовании аутентификации без пароля WebAuth.",
|
||||
"It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page ↗{linkend} about this." : "Вероятно, на сервере используется 32-битная версия PHP. Для нормальной работы Nextcloud требуется 64-битная версия. Обновите вашу операционную систему и PHP до 64-битных версий. Для дополнительной информации {linkstart}обратитесь к документации ↗{linkend}.",
|
||||
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Модуль php-imagick в этом случае не поддерживает SVG. Для лучшей совместимости рекомендуется установить его.",
|
||||
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Некоторые поля базы данных не были преобразованы в тип big int. Операция преобразования таких полей может занять продолжительное время и должа быть запущена вручную. Чтобы выполнить преобразование, необходимо включить режим обслуживания и запустить в терминале команду «occ db:convert-filecache-bigint». Дополнительная информация представлена в {linkstart}документации ↗{linkend}.",
|
||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "В настоящее время в качестве механизма БД используется SQLite. Для более крупных развёртываний рекомендуется перейти к использованию других баз данных.",
|
||||
|
|
@ -177,6 +182,8 @@
|
|||
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Простое приложение электронной почты, прекрасно интегрированное с приложениями Files, Contacts и Calendar.",
|
||||
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Текстовые сообщения, видеозвонки, демонстрация содержимого экрана, онлайн общение и веб-конференции на ПК и мобильных устройствах. ",
|
||||
"Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Совместная работа с документами, таблицами и презентациями, основанная на Collabora Online.",
|
||||
"Distraction free note taking app." : "Простые приложение для ведения заметок.",
|
||||
"Search contacts" : "Поиск контактов",
|
||||
"Forgot password?" : "Забыли пароль?",
|
||||
"Log in with a device" : "Войти с устройства",
|
||||
"Back" : "Назад",
|
||||
|
|
@ -186,6 +193,7 @@
|
|||
"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" : "Произошла ошибка при открытии модального окна пользователя, попробуйте обновить страницу",
|
||||
"Search starts once you start typing and results may be reached with the arrow keys" : "Поиск начнётся при наборе текста. Для перехода к результатам поиска используйте клавиши со стрелками.",
|
||||
"Reset search" : "Очистить поиск",
|
||||
"Start search" : "Запустить поиск",
|
||||
"Search for {name} only" : "Искать только для «{name}»",
|
||||
|
|
@ -206,6 +214,7 @@
|
|||
"Settings menu" : "Меню настроек",
|
||||
"Search {types} …" : "Поиск {types}…",
|
||||
"Settings" : "Параметры",
|
||||
"Avatar of {fullName}" : "Изображение профиля {fullName}",
|
||||
"Could not load your contacts" : "Ошибка получения контактов",
|
||||
"Search contacts …" : "Поиск контакта…",
|
||||
"No contacts found" : "Контактов не найдено",
|
||||
|
|
@ -276,6 +285,7 @@
|
|||
"Strong password" : "Надёжный пароль",
|
||||
"No action available" : "Нет доступных действий",
|
||||
"Error fetching contact actions" : "Ошибка получения действий контакта",
|
||||
"Close \"{dialogTitle}\" dialog" : "Закрыть «{dialogTitle}»",
|
||||
"Non-existing tag #{tag}" : "Несуществующая метка #{tag}",
|
||||
"Restricted" : "Ограниченный",
|
||||
"Invisible" : "Невидимый",
|
||||
|
|
@ -344,6 +354,7 @@
|
|||
"Skip to main content" : "Перейти к основному содержанию",
|
||||
"Skip to navigation of app" : "Перейти к навигации по приложению",
|
||||
"Get your own free account" : "Создайте свою бесплатную учётную запись",
|
||||
"%s homepage" : "Домашняя страница %s",
|
||||
"Confirm your password" : "Подтвердите свой пароль",
|
||||
"%s's homepage" : "Домашняя страница %s",
|
||||
"Connect to your account" : "Вход в систему",
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ OC.L10N.register(
|
|||
"Repair info:" : "Onarım bilgileri:",
|
||||
"Repair warning:" : "Onarım uyarısı:",
|
||||
"Repair error:" : "Onarım sorunu:",
|
||||
"Please use the command line updater because updating via the browser is disabled in your config.php." : "Web tarayıcı üzerinden güncelleme config.php dosyasında devre dışı bırakılmış olduğundan, komut satırı güncelleyicisini kullanın.",
|
||||
"Turned on maintenance mode" : "Bakım kipi etkinleştirildi",
|
||||
"Turned off maintenance mode" : "Bakım kipi devre dışı bırakıldı",
|
||||
"Maintenance mode is kept active" : "Bakım kipi etkin tutuldu",
|
||||
|
|
@ -183,6 +184,7 @@ OC.L10N.register(
|
|||
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Dosyalar, Kişiler ve Takvim uygulamaları ile bir arada çalışan basit bir e-posta uygulaması.",
|
||||
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Sohbet, görüntülü çağrı, ekran paylaşımı, çevrimiçi toplantılar ve web görüşmeleri - masaüstü ve mobil için uygulamalar.",
|
||||
"Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Collabora Online üzerinde hazırlanmış işbirlikli çalışma belgeleri, hesap tabloları ve sunumlar.",
|
||||
"Distraction free note taking app." : "Dikkatinizi dağıtmayan not alma uygulaması.",
|
||||
"Search contacts" : "Kişi arama",
|
||||
"Forgot password?" : "Parolamı unuttum",
|
||||
"Log in with a device" : "Bir aygıt ile oturum açın",
|
||||
|
|
@ -214,6 +216,7 @@ OC.L10N.register(
|
|||
"Settings menu" : "Ayarlar menüsü",
|
||||
"Search {types} …" : "{types} arama…",
|
||||
"Settings" : "Ayarlar",
|
||||
"Avatar of {fullName}" : "{fullName} avatarı",
|
||||
"Could not load your contacts" : "Kişileriniz yüklenemedi",
|
||||
"Search contacts …" : "Kişi arama …",
|
||||
"No contacts found" : "Herhangi bir kişi bulunamadı",
|
||||
|
|
@ -284,6 +287,7 @@ OC.L10N.register(
|
|||
"Strong password" : "Parola güçlü",
|
||||
"No action available" : "Yapılabilecek bir işlem yok",
|
||||
"Error fetching contact actions" : "Kişi işlemleri alınırken sorun çıktı",
|
||||
"Close \"{dialogTitle}\" dialog" : "\"{dialogTitle}\" penceresini kapat",
|
||||
"Non-existing tag #{tag}" : "#{tag} etiketi bulunamadı",
|
||||
"Restricted" : "Kısıtlı",
|
||||
"Invisible" : "Görünmez",
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@
|
|||
"Repair info:" : "Onarım bilgileri:",
|
||||
"Repair warning:" : "Onarım uyarısı:",
|
||||
"Repair error:" : "Onarım sorunu:",
|
||||
"Please use the command line updater because updating via the browser is disabled in your config.php." : "Web tarayıcı üzerinden güncelleme config.php dosyasında devre dışı bırakılmış olduğundan, komut satırı güncelleyicisini kullanın.",
|
||||
"Turned on maintenance mode" : "Bakım kipi etkinleştirildi",
|
||||
"Turned off maintenance mode" : "Bakım kipi devre dışı bırakıldı",
|
||||
"Maintenance mode is kept active" : "Bakım kipi etkin tutuldu",
|
||||
|
|
@ -181,6 +182,7 @@
|
|||
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Dosyalar, Kişiler ve Takvim uygulamaları ile bir arada çalışan basit bir e-posta uygulaması.",
|
||||
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Sohbet, görüntülü çağrı, ekran paylaşımı, çevrimiçi toplantılar ve web görüşmeleri - masaüstü ve mobil için uygulamalar.",
|
||||
"Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Collabora Online üzerinde hazırlanmış işbirlikli çalışma belgeleri, hesap tabloları ve sunumlar.",
|
||||
"Distraction free note taking app." : "Dikkatinizi dağıtmayan not alma uygulaması.",
|
||||
"Search contacts" : "Kişi arama",
|
||||
"Forgot password?" : "Parolamı unuttum",
|
||||
"Log in with a device" : "Bir aygıt ile oturum açın",
|
||||
|
|
@ -212,6 +214,7 @@
|
|||
"Settings menu" : "Ayarlar menüsü",
|
||||
"Search {types} …" : "{types} arama…",
|
||||
"Settings" : "Ayarlar",
|
||||
"Avatar of {fullName}" : "{fullName} avatarı",
|
||||
"Could not load your contacts" : "Kişileriniz yüklenemedi",
|
||||
"Search contacts …" : "Kişi arama …",
|
||||
"No contacts found" : "Herhangi bir kişi bulunamadı",
|
||||
|
|
@ -282,6 +285,7 @@
|
|||
"Strong password" : "Parola güçlü",
|
||||
"No action available" : "Yapılabilecek bir işlem yok",
|
||||
"Error fetching contact actions" : "Kişi işlemleri alınırken sorun çıktı",
|
||||
"Close \"{dialogTitle}\" dialog" : "\"{dialogTitle}\" penceresini kapat",
|
||||
"Non-existing tag #{tag}" : "#{tag} etiketi bulunamadı",
|
||||
"Restricted" : "Kısıtlı",
|
||||
"Invisible" : "Görünmez",
|
||||
|
|
|
|||
|
|
@ -287,6 +287,7 @@ OC.L10N.register(
|
|||
"Strong password" : "密碼強度極佳",
|
||||
"No action available" : "沒有可用的操作",
|
||||
"Error fetching contact actions" : "擷取聯絡人時發生錯誤",
|
||||
"Close \"{dialogTitle}\" dialog" : "關閉 \"{dialogTitle}\" 對話",
|
||||
"Non-existing tag #{tag}" : "不存在的標籤 #{tag}",
|
||||
"Restricted" : "受限",
|
||||
"Invisible" : "隱藏",
|
||||
|
|
|
|||
|
|
@ -285,6 +285,7 @@
|
|||
"Strong password" : "密碼強度極佳",
|
||||
"No action available" : "沒有可用的操作",
|
||||
"Error fetching contact actions" : "擷取聯絡人時發生錯誤",
|
||||
"Close \"{dialogTitle}\" dialog" : "關閉 \"{dialogTitle}\" 對話",
|
||||
"Non-existing tag #{tag}" : "不存在的標籤 #{tag}",
|
||||
"Restricted" : "受限",
|
||||
"Invisible" : "隱藏",
|
||||
|
|
|
|||
|
|
@ -287,6 +287,7 @@ OC.L10N.register(
|
|||
"Strong password" : "密碼安全性極佳",
|
||||
"No action available" : "沒有可用的動作",
|
||||
"Error fetching contact actions" : "擷取聯絡人時發生錯誤",
|
||||
"Close \"{dialogTitle}\" dialog" : "關閉「{dialogTitle}」對話方塊",
|
||||
"Non-existing tag #{tag}" : "不存在的標籤 #{tag}",
|
||||
"Restricted" : "受限",
|
||||
"Invisible" : "隱藏",
|
||||
|
|
|
|||
|
|
@ -285,6 +285,7 @@
|
|||
"Strong password" : "密碼安全性極佳",
|
||||
"No action available" : "沒有可用的動作",
|
||||
"Error fetching contact actions" : "擷取聯絡人時發生錯誤",
|
||||
"Close \"{dialogTitle}\" dialog" : "關閉「{dialogTitle}」對話方塊",
|
||||
"Non-existing tag #{tag}" : "不存在的標籤 #{tag}",
|
||||
"Restricted" : "受限",
|
||||
"Invisible" : "隱藏",
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@ OC.L10N.register(
|
|||
"Avatar image is not square" : "Сликата за Аватар не е квадратна",
|
||||
"Files" : "Датотеки",
|
||||
"View profile" : "Прегледај профил",
|
||||
"Local time: %s" : "Локално време: %s",
|
||||
"today" : "денес",
|
||||
"tomorrow" : "утре",
|
||||
"yesterday" : "вчера",
|
||||
|
|
@ -102,6 +103,8 @@ OC.L10N.register(
|
|||
"Users" : "Корисници",
|
||||
"Email" : "Е-пошта",
|
||||
"Mail %s" : "Пошта %s",
|
||||
"Fediverse" : "Федиверс",
|
||||
"View %s on the fediverse" : "Погледни %s на федиверс",
|
||||
"Phone" : "Телефон",
|
||||
"Call %s" : "Повикај %s",
|
||||
"Twitter" : "Twitter",
|
||||
|
|
@ -203,6 +206,7 @@ OC.L10N.register(
|
|||
"A valid password must be provided" : "Мора да се обезбеди валидна лозинка",
|
||||
"The username is already being used" : "Корисничкото име е веќе во употреба",
|
||||
"Could not create user" : "Неможе да се креира корисник",
|
||||
"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Само следниве карактери се дозволени во корисничкото име: \"a-z\", \"A-Z\", \"0-9\", празно место и \"_.@-'\"",
|
||||
"A valid username must be provided" : "Мора да се внесе валидно корисничко име ",
|
||||
"Username contains whitespace at the beginning or at the end" : "Корисничкото име содржи празно место на почетокот или на крајот",
|
||||
"Username must not consist of dots only" : "Корисничкото име не смее да се состои само од точки",
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
"Avatar image is not square" : "Сликата за Аватар не е квадратна",
|
||||
"Files" : "Датотеки",
|
||||
"View profile" : "Прегледај профил",
|
||||
"Local time: %s" : "Локално време: %s",
|
||||
"today" : "денес",
|
||||
"tomorrow" : "утре",
|
||||
"yesterday" : "вчера",
|
||||
|
|
@ -100,6 +101,8 @@
|
|||
"Users" : "Корисници",
|
||||
"Email" : "Е-пошта",
|
||||
"Mail %s" : "Пошта %s",
|
||||
"Fediverse" : "Федиверс",
|
||||
"View %s on the fediverse" : "Погледни %s на федиверс",
|
||||
"Phone" : "Телефон",
|
||||
"Call %s" : "Повикај %s",
|
||||
"Twitter" : "Twitter",
|
||||
|
|
@ -201,6 +204,7 @@
|
|||
"A valid password must be provided" : "Мора да се обезбеди валидна лозинка",
|
||||
"The username is already being used" : "Корисничкото име е веќе во употреба",
|
||||
"Could not create user" : "Неможе да се креира корисник",
|
||||
"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Само следниве карактери се дозволени во корисничкото име: \"a-z\", \"A-Z\", \"0-9\", празно место и \"_.@-'\"",
|
||||
"A valid username must be provided" : "Мора да се внесе валидно корисничко име ",
|
||||
"Username contains whitespace at the beginning or at the end" : "Корисничкото име содржи празно место на почетокот или на крајот",
|
||||
"Username must not consist of dots only" : "Корисничкото име не смее да се состои само од точки",
|
||||
|
|
|
|||
Loading…
Reference in a new issue