[tx-robot] updated from transifex
This commit is contained in:
parent
4728308a9e
commit
67162e636e
12 changed files with 42 additions and 4 deletions
|
@ -32,6 +32,15 @@ OC.L10N.register(
|
|||
"Could not get result from server." : "Nepodařilo se získat výsledek ze serveru.",
|
||||
"Uploading..." : "Odesílám...",
|
||||
"..." : "...",
|
||||
"{hours}:{minutes}:{seconds} hour{plural_s} left" : "zbývá {hours}:{minutes}:{seconds} hour{plural_s}",
|
||||
"{hours}:{minutes}h" : "{hours}:{minutes}h",
|
||||
"{minutes}:{seconds} minute{plural_s} left" : "zbývá {minutes}:{seconds} minute{plural_s}",
|
||||
"{minutes}:{seconds}m" : "{minutes}:{seconds}m",
|
||||
"{seconds} second{plural_s} left" : "\t!",
|
||||
"{seconds}s" : "{seconds}s",
|
||||
"Any moment now..." : "Každou chvíli...",
|
||||
"Soon..." : "Za chvíli...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "Probíhá odesílání souboru. Opuštění stránky způsobí zrušení nahrávání.",
|
||||
"Actions" : "Činnosti",
|
||||
"Download" : "Stáhnout",
|
||||
|
|
|
@ -30,6 +30,15 @@
|
|||
"Could not get result from server." : "Nepodařilo se získat výsledek ze serveru.",
|
||||
"Uploading..." : "Odesílám...",
|
||||
"..." : "...",
|
||||
"{hours}:{minutes}:{seconds} hour{plural_s} left" : "zbývá {hours}:{minutes}:{seconds} hour{plural_s}",
|
||||
"{hours}:{minutes}h" : "{hours}:{minutes}h",
|
||||
"{minutes}:{seconds} minute{plural_s} left" : "zbývá {minutes}:{seconds} minute{plural_s}",
|
||||
"{minutes}:{seconds}m" : "{minutes}:{seconds}m",
|
||||
"{seconds} second{plural_s} left" : "\t!",
|
||||
"{seconds}s" : "{seconds}s",
|
||||
"Any moment now..." : "Každou chvíli...",
|
||||
"Soon..." : "Za chvíli...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "Probíhá odesílání souboru. Opuštění stránky způsobí zrušení nahrávání.",
|
||||
"Actions" : "Činnosti",
|
||||
"Download" : "Stáhnout",
|
||||
|
|
|
@ -19,6 +19,8 @@ OC.L10N.register(
|
|||
"Insufficient data: %s" : "Nedostatečná data: %s",
|
||||
"%s" : "%s",
|
||||
"Storage with id \"%i\" is not user editable" : "Úložiště s id \"%i\" uživatelé nemohou upravovat",
|
||||
"Dropbox App Configuration" : "Nastavení aplikace Dropbox",
|
||||
"Google Drive App Configuration" : "Nastavení aplikace Disk Google",
|
||||
"Personal" : "Osobní",
|
||||
"System" : "Systém",
|
||||
"Grant access" : "Povolit přístup",
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
"Insufficient data: %s" : "Nedostatečná data: %s",
|
||||
"%s" : "%s",
|
||||
"Storage with id \"%i\" is not user editable" : "Úložiště s id \"%i\" uživatelé nemohou upravovat",
|
||||
"Dropbox App Configuration" : "Nastavení aplikace Dropbox",
|
||||
"Google Drive App Configuration" : "Nastavení aplikace Disk Google",
|
||||
"Personal" : "Osobní",
|
||||
"System" : "Systém",
|
||||
"Grant access" : "Povolit přístup",
|
||||
|
|
|
@ -2,6 +2,7 @@ OC.L10N.register(
|
|||
"systemtags",
|
||||
{
|
||||
"Tags" : "Етикети",
|
||||
"Tagged files" : "Отбелязани файлове",
|
||||
"No files in here" : "Тук няма файлове",
|
||||
"No entries found in this folder" : "Няма намерени записи в тази папка",
|
||||
"Name" : "Име",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{ "translations": {
|
||||
"Tags" : "Етикети",
|
||||
"Tagged files" : "Отбелязани файлове",
|
||||
"No files in here" : "Тук няма файлове",
|
||||
"No entries found in this folder" : "Няма намерени записи в тази папка",
|
||||
"Name" : "Име",
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
OC.L10N.register(
|
||||
"updatenotification",
|
||||
{
|
||||
"Updated channel" : "Обновяването е отказано",
|
||||
"Updater" : "Обновяване",
|
||||
"A new version is available: %s" : "Има Нова Версия: %s"
|
||||
"A new version is available: %s" : "Има Нова Версия: %s",
|
||||
"Open updater" : "Отвори обновяването",
|
||||
"Your version is up to date." : "Вие разполагате с последна версия",
|
||||
"Update channel:" : "Обновяване отказано:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
{ "translations": {
|
||||
"Updated channel" : "Обновяването е отказано",
|
||||
"Updater" : "Обновяване",
|
||||
"A new version is available: %s" : "Има Нова Версия: %s"
|
||||
"A new version is available: %s" : "Има Нова Версия: %s",
|
||||
"Open updater" : "Отвори обновяването",
|
||||
"Your version is up to date." : "Вие разполагате с последна версия",
|
||||
"Update channel:" : "Обновяване отказано:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -69,7 +69,7 @@ OC.L10N.register(
|
|||
"Error while sharing" : "Kļūda, daloties",
|
||||
"Error while unsharing" : "Kļūda, beidzot dalīties",
|
||||
"Error setting expiration date" : "Kļūda, iestatot termiņa datumu",
|
||||
"Set expiration date" : "Iestaties termiņa datumu",
|
||||
"Set expiration date" : "Iestatiet termiņa datumu",
|
||||
"Expiration date" : "Termiņa datums",
|
||||
"Resharing is not allowed" : "Atkārtota dalīšanās nav atļauta",
|
||||
"Share link" : "Dalīt saiti",
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
"Error while sharing" : "Kļūda, daloties",
|
||||
"Error while unsharing" : "Kļūda, beidzot dalīties",
|
||||
"Error setting expiration date" : "Kļūda, iestatot termiņa datumu",
|
||||
"Set expiration date" : "Iestaties termiņa datumu",
|
||||
"Set expiration date" : "Iestatiet termiņa datumu",
|
||||
"Expiration date" : "Termiņa datums",
|
||||
"Resharing is not allowed" : "Atkārtota dalīšanās nav atļauta",
|
||||
"Share link" : "Dalīt saiti",
|
||||
|
|
|
@ -120,12 +120,15 @@ OC.L10N.register(
|
|||
"Hide description …" : "Slēpt aprakstu …",
|
||||
"Online documentation" : "Tiešsaistes dokumentācija",
|
||||
"Forum" : "Forums",
|
||||
"You are using <strong>%s</strong> of <strong>%s</strong>" : "Jūs izmantojiet <strong>%s</strong> no <strong>%s</strong>",
|
||||
"Profile picture" : "Profila attēls",
|
||||
"Upload new" : "Ielādēt jaunu",
|
||||
"Remove image" : "Novākt attēlu",
|
||||
"Cancel" : "Atcelt",
|
||||
"Full name" : "Pilns vārds",
|
||||
"Email" : "E-pasts",
|
||||
"Your email address" : "Jūsu e-pasta adrese",
|
||||
"You are member of the following groups:" : "Jūs esat šādu grupu biedrs:",
|
||||
"Password" : "Parole",
|
||||
"Unable to change your password" : "Nevar nomainīt jūsu paroli",
|
||||
"Current password" : "Pašreizējā parole",
|
||||
|
|
|
@ -118,12 +118,15 @@
|
|||
"Hide description …" : "Slēpt aprakstu …",
|
||||
"Online documentation" : "Tiešsaistes dokumentācija",
|
||||
"Forum" : "Forums",
|
||||
"You are using <strong>%s</strong> of <strong>%s</strong>" : "Jūs izmantojiet <strong>%s</strong> no <strong>%s</strong>",
|
||||
"Profile picture" : "Profila attēls",
|
||||
"Upload new" : "Ielādēt jaunu",
|
||||
"Remove image" : "Novākt attēlu",
|
||||
"Cancel" : "Atcelt",
|
||||
"Full name" : "Pilns vārds",
|
||||
"Email" : "E-pasts",
|
||||
"Your email address" : "Jūsu e-pasta adrese",
|
||||
"You are member of the following groups:" : "Jūs esat šādu grupu biedrs:",
|
||||
"Password" : "Parole",
|
||||
"Unable to change your password" : "Nevar nomainīt jūsu paroli",
|
||||
"Current password" : "Pašreizējā parole",
|
||||
|
|
Loading…
Reference in a new issue