Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-09-28 05:14:51 +0300
committerNextcloud bot <bot@nextcloud.com>2019-09-28 05:14:51 +0300
commit8ca587be3a6cb555eb1c8b8245fe48cc9bea7a3e (patch)
tree1b57e6aef9d7fe43fbbe27f648db17d9b31cc63d /apps
parent88b6dc5eaf28b1bfe72a62773e8a9ce339979ea3 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/accessibility/l10n/cs.js1
-rw-r--r--apps/accessibility/l10n/cs.json1
-rw-r--r--apps/accessibility/l10n/zh_CN.js1
-rw-r--r--apps/accessibility/l10n/zh_CN.json1
-rw-r--r--apps/dav/l10n/cs.js16
-rw-r--r--apps/dav/l10n/cs.json16
-rw-r--r--apps/files/l10n/cs.js2
-rw-r--r--apps/files/l10n/cs.json2
-rw-r--r--apps/files/l10n/pl.js4
-rw-r--r--apps/files/l10n/pl.json4
-rw-r--r--apps/files_external/l10n/cs.js1
-rw-r--r--apps/files_external/l10n/cs.json1
-rw-r--r--apps/updatenotification/l10n/en_GB.js2
-rw-r--r--apps/updatenotification/l10n/en_GB.json2
-rw-r--r--apps/workflowengine/l10n/cs.js28
-rw-r--r--apps/workflowengine/l10n/cs.json28
16 files changed, 104 insertions, 6 deletions
diff --git a/apps/accessibility/l10n/cs.js b/apps/accessibility/l10n/cs.js
index c4792ebe94c..3ac28341219 100644
--- a/apps/accessibility/l10n/cs.js
+++ b/apps/accessibility/l10n/cs.js
@@ -3,6 +3,7 @@ OC.L10N.register(
{
"Dark theme" : "Tmavý motiv vzhledu",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tmavý motiv vzhledu pro ulevení vašim očím snížením celkové svítivosti a jasu. Zatím ještě není hotové, takže hlaste jakékoli problémy, se kterými se potkáte.",
+ "High contrast mode" : "Režim vysokého kontrastu",
"Dyslexia font" : "Písmo pro dyslektiky",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic je svobodné písmo navržené pro omezení vlivu některých běžných poruch čtení, způsobených dyslexií.",
"Accessibility" : "Zpřístupnění",
diff --git a/apps/accessibility/l10n/cs.json b/apps/accessibility/l10n/cs.json
index f098c7f5746..b8c07aab1c6 100644
--- a/apps/accessibility/l10n/cs.json
+++ b/apps/accessibility/l10n/cs.json
@@ -1,6 +1,7 @@
{ "translations": {
"Dark theme" : "Tmavý motiv vzhledu",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tmavý motiv vzhledu pro ulevení vašim očím snížením celkové svítivosti a jasu. Zatím ještě není hotové, takže hlaste jakékoli problémy, se kterými se potkáte.",
+ "High contrast mode" : "Režim vysokého kontrastu",
"Dyslexia font" : "Písmo pro dyslektiky",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic je svobodné písmo navržené pro omezení vlivu některých běžných poruch čtení, způsobených dyslexií.",
"Accessibility" : "Zpřístupnění",
diff --git a/apps/accessibility/l10n/zh_CN.js b/apps/accessibility/l10n/zh_CN.js
index 2374e05f5c3..e83305deffb 100644
--- a/apps/accessibility/l10n/zh_CN.js
+++ b/apps/accessibility/l10n/zh_CN.js
@@ -3,6 +3,7 @@ OC.L10N.register(
{
"Dark theme" : "暗色主题",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "一款通过降低整体亮度来使您的眼睛放松的暗色主题。它仍在开发中,所以请报告您可能发现的问题。",
+ "High contrast mode" : "高连续性模式",
"Dyslexia font" : "阅读障碍字体",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic是一款免费的字样/字体,这款字体的设计目的是缓解由阅读障碍引起的一些常见阅读错误。",
"Accessibility" : "易用性",
diff --git a/apps/accessibility/l10n/zh_CN.json b/apps/accessibility/l10n/zh_CN.json
index 91b4bbbc304..0bb1cfd8dd8 100644
--- a/apps/accessibility/l10n/zh_CN.json
+++ b/apps/accessibility/l10n/zh_CN.json
@@ -1,6 +1,7 @@
{ "translations": {
"Dark theme" : "暗色主题",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "一款通过降低整体亮度来使您的眼睛放松的暗色主题。它仍在开发中,所以请报告您可能发现的问题。",
+ "High contrast mode" : "高连续性模式",
"Dyslexia font" : "阅读障碍字体",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic是一款免费的字样/字体,这款字体的设计目的是缓解由阅读障碍引起的一些常见阅读错误。",
"Accessibility" : "易用性",
diff --git a/apps/dav/l10n/cs.js b/apps/dav/l10n/cs.js
index d526400a2d7..49558f60102 100644
--- a/apps/dav/l10n/cs.js
+++ b/apps/dav/l10n/cs.js
@@ -45,8 +45,22 @@ OC.L10N.register(
"A calendar <strong>todo</strong> was modified" : "<strong>Úkol</strong> v kalendáři byl změněn",
"Death of %s" : "Smrt %s",
"Contact birthdays" : "Narozeniny kontaktů",
+ "Calendar:" : "Kalendář:",
+ "Date:" : "Datum:",
"Where:" : "Kde:",
"Description:" : "Popis:",
+ "Untitled event" : "Nenazvaná událost",
+ "_%n year_::_%n years_" : ["%n rok","%n roky","%n let","%n roky"],
+ "_%n month_::_%n months_" : ["%n měsíc","%n měsíce","%n měsíců","%n měsíce"],
+ "_%n day_::_%n days_" : ["%n den","%n dny","%n dnů","%n dny"],
+ "_%n hour_::_%n hours_" : ["%n hodina","%n hodiny","%n hodin","%n hodiny"],
+ "_%n minute_::_%n minutes_" : ["%n minuta","%n minuty","%n minut","%n minuty"],
+ "%s (in %s)" : "%s (v %s)",
+ "%s (%s ago)" : "%s (před %s)",
+ "Calendar: %s" : "Kalendář: %s",
+ "Date: %s" : "Datum: %s",
+ "Description: %s" : "Popis: %s",
+ "Where: %s" : "Kde: %s",
"%1$s via %2$s" : "%1$s prostřednictvím %2$s",
"Invitation canceled" : "Pozvánka zrušena",
"Hello %s," : "Dobrý den %s,",
@@ -82,6 +96,8 @@ OC.L10N.register(
"Automatically generate a birthday calendar" : "Automaticky vytvořit kalendář s narozeninami",
"Birthday calendars will be generated by a background job." : "Narozeninový kalendář bude vytvořen na pozadí.",
"Hence they will not be available immediately after enabling but will show up after some time." : "A tedy nebudou zpřístupněny ihned po povolení, ale objeví se až se zpožděním.",
+ "Send notifications for events" : "Posílat upozornění na události",
+ "Notifications will be send through background jobs, so these need to happen often enough." : "Oznámení budou odeslána prostřednictvím úloh na pozadí, takže je třeba, aby se děly dostatečně často.",
"Please make sure to properly set up the email settings above." : "Ujistěte se, že jste správně nastavili výše uvedená nastavení e-mailu."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/apps/dav/l10n/cs.json b/apps/dav/l10n/cs.json
index 4dfb49f1922..29aaa7a6b61 100644
--- a/apps/dav/l10n/cs.json
+++ b/apps/dav/l10n/cs.json
@@ -43,8 +43,22 @@
"A calendar <strong>todo</strong> was modified" : "<strong>Úkol</strong> v kalendáři byl změněn",
"Death of %s" : "Smrt %s",
"Contact birthdays" : "Narozeniny kontaktů",
+ "Calendar:" : "Kalendář:",
+ "Date:" : "Datum:",
"Where:" : "Kde:",
"Description:" : "Popis:",
+ "Untitled event" : "Nenazvaná událost",
+ "_%n year_::_%n years_" : ["%n rok","%n roky","%n let","%n roky"],
+ "_%n month_::_%n months_" : ["%n měsíc","%n měsíce","%n měsíců","%n měsíce"],
+ "_%n day_::_%n days_" : ["%n den","%n dny","%n dnů","%n dny"],
+ "_%n hour_::_%n hours_" : ["%n hodina","%n hodiny","%n hodin","%n hodiny"],
+ "_%n minute_::_%n minutes_" : ["%n minuta","%n minuty","%n minut","%n minuty"],
+ "%s (in %s)" : "%s (v %s)",
+ "%s (%s ago)" : "%s (před %s)",
+ "Calendar: %s" : "Kalendář: %s",
+ "Date: %s" : "Datum: %s",
+ "Description: %s" : "Popis: %s",
+ "Where: %s" : "Kde: %s",
"%1$s via %2$s" : "%1$s prostřednictvím %2$s",
"Invitation canceled" : "Pozvánka zrušena",
"Hello %s," : "Dobrý den %s,",
@@ -80,6 +94,8 @@
"Automatically generate a birthday calendar" : "Automaticky vytvořit kalendář s narozeninami",
"Birthday calendars will be generated by a background job." : "Narozeninový kalendář bude vytvořen na pozadí.",
"Hence they will not be available immediately after enabling but will show up after some time." : "A tedy nebudou zpřístupněny ihned po povolení, ale objeví se až se zpožděním.",
+ "Send notifications for events" : "Posílat upozornění na události",
+ "Notifications will be send through background jobs, so these need to happen often enough." : "Oznámení budou odeslána prostřednictvím úloh na pozadí, takže je třeba, aby se děly dostatečně často.",
"Please make sure to properly set up the email settings above." : "Ujistěte se, že jste správně nastavili výše uvedená nastavení e-mailu."
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
} \ No newline at end of file
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js
index c3458673fe7..1f3d75adfdd 100644
--- a/apps/files/l10n/cs.js
+++ b/apps/files/l10n/cs.js
@@ -33,6 +33,8 @@ OC.L10N.register(
"Copy" : "Kopírovat",
"Choose target folder" : "Zvolte cílovou složku",
"Open" : "Otevřít",
+ "Delete file" : "Smazat soubor",
+ "Delete folder" : "Smazat složku",
"Disconnect storage" : "Odpojit úložiště",
"Unshare" : "Zrušit sdílení",
"Could not load info for file \"{file}\"" : "Nepodařilo se načíst informace pro soubor {file}",
diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json
index 71aafd23d50..ce911581c87 100644
--- a/apps/files/l10n/cs.json
+++ b/apps/files/l10n/cs.json
@@ -31,6 +31,8 @@
"Copy" : "Kopírovat",
"Choose target folder" : "Zvolte cílovou složku",
"Open" : "Otevřít",
+ "Delete file" : "Smazat soubor",
+ "Delete folder" : "Smazat složku",
"Disconnect storage" : "Odpojit úložiště",
"Unshare" : "Zrušit sdílení",
"Could not load info for file \"{file}\"" : "Nepodařilo se načíst informace pro soubor {file}",
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js
index 59bcb05a24e..31b1d44f6fd 100644
--- a/apps/files/l10n/pl.js
+++ b/apps/files/l10n/pl.js
@@ -7,7 +7,7 @@ OC.L10N.register(
"All files" : "Wszystkie pliki",
"Recent" : "Ostatnie",
"Favorites" : "Ulubione",
- "File could not be found" : "Nie można odnaleźć pliku",
+ "File could not be found" : "Nie można znaleźć pliku",
"Move or copy" : "Przenieś lub kopiuj",
"Download" : "Pobierz",
"Delete" : "Usuń",
@@ -151,7 +151,7 @@ OC.L10N.register(
"Select all" : "Wybierz wszystko",
"Upload too large" : "Wysyłany plik jest za duży",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Pliki, które próbujesz przesłać, przekraczają maksymalną dopuszczalną wielkość.",
- "No favorites yet" : "Brak jeszcze ulubionych",
+ "No favorites yet" : "Brak ulubionych",
"Files and folders you mark as favorite will show up here" : "Pliki i katalogi, które oznaczysz jako ulubione wyświetlą się tutaj",
"Tags" : "Etykiety",
"Deleted files" : "Usunięte pliki",
diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json
index ad6f7dc1ec1..9620ff65b07 100644
--- a/apps/files/l10n/pl.json
+++ b/apps/files/l10n/pl.json
@@ -5,7 +5,7 @@
"All files" : "Wszystkie pliki",
"Recent" : "Ostatnie",
"Favorites" : "Ulubione",
- "File could not be found" : "Nie można odnaleźć pliku",
+ "File could not be found" : "Nie można znaleźć pliku",
"Move or copy" : "Przenieś lub kopiuj",
"Download" : "Pobierz",
"Delete" : "Usuń",
@@ -149,7 +149,7 @@
"Select all" : "Wybierz wszystko",
"Upload too large" : "Wysyłany plik jest za duży",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Pliki, które próbujesz przesłać, przekraczają maksymalną dopuszczalną wielkość.",
- "No favorites yet" : "Brak jeszcze ulubionych",
+ "No favorites yet" : "Brak ulubionych",
"Files and folders you mark as favorite will show up here" : "Pliki i katalogi, które oznaczysz jako ulubione wyświetlą się tutaj",
"Tags" : "Etykiety",
"Deleted files" : "Usunięte pliki",
diff --git a/apps/files_external/l10n/cs.js b/apps/files_external/l10n/cs.js
index baf7e242085..49db2b2384c 100644
--- a/apps/files_external/l10n/cs.js
+++ b/apps/files_external/l10n/cs.js
@@ -74,6 +74,7 @@ OC.L10N.register(
"Log-in credentials, save in database" : "Přihlašovací údaje, ukládat v databázi",
"Username and password" : "Uživatelské jméno a heslo",
"Log-in credentials, save in session" : "Přihlašovací údaje, ukládat v sezení",
+ "Global credentials, user entered" : "Globální přihlašovací údaje, zadané uživatelem",
"User entered, store in database" : "Uživatel zadán, uložit v databázi",
"RSA public key" : "RSA veřejný klíč",
"Public key" : "Veřejný klíč",
diff --git a/apps/files_external/l10n/cs.json b/apps/files_external/l10n/cs.json
index e385fb2316d..06dafaf367c 100644
--- a/apps/files_external/l10n/cs.json
+++ b/apps/files_external/l10n/cs.json
@@ -72,6 +72,7 @@
"Log-in credentials, save in database" : "Přihlašovací údaje, ukládat v databázi",
"Username and password" : "Uživatelské jméno a heslo",
"Log-in credentials, save in session" : "Přihlašovací údaje, ukládat v sezení",
+ "Global credentials, user entered" : "Globální přihlašovací údaje, zadané uživatelem",
"User entered, store in database" : "Uživatel zadán, uložit v databázi",
"RSA public key" : "RSA veřejný klíč",
"Public key" : "Veřejný klíč",
diff --git a/apps/updatenotification/l10n/en_GB.js b/apps/updatenotification/l10n/en_GB.js
index 1760d554b85..1f2a6d2cfc0 100644
--- a/apps/updatenotification/l10n/en_GB.js
+++ b/apps/updatenotification/l10n/en_GB.js
@@ -22,7 +22,7 @@ OC.L10N.register(
"Your version is up to date." : "Your version is up to date.",
"A non-default update server is in use to be checked for updates:" : "A non-default update server is in use to be checked for updates:",
"Update channel:" : "Update channel:",
- "You can always update to a newer version. But you can never downgrade to a more stable version." : "You can always update to a newer version. But you can never downgrade to a more stable version.",
+ "You can always update to a newer version. But you can never downgrade to a more stable version." : "You can always update to a newer version, but you can never downgrade to a more stable version.",
"Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found.",
"Notify members of the following groups about available updates:" : "Notify members of the following groups about available updates:",
"Only notification for app updates are available." : "Only notification for app updates are available.",
diff --git a/apps/updatenotification/l10n/en_GB.json b/apps/updatenotification/l10n/en_GB.json
index b630f5a88e2..b9fc4b6a2e2 100644
--- a/apps/updatenotification/l10n/en_GB.json
+++ b/apps/updatenotification/l10n/en_GB.json
@@ -20,7 +20,7 @@
"Your version is up to date." : "Your version is up to date.",
"A non-default update server is in use to be checked for updates:" : "A non-default update server is in use to be checked for updates:",
"Update channel:" : "Update channel:",
- "You can always update to a newer version. But you can never downgrade to a more stable version." : "You can always update to a newer version. But you can never downgrade to a more stable version.",
+ "You can always update to a newer version. But you can never downgrade to a more stable version." : "You can always update to a newer version, but you can never downgrade to a more stable version.",
"Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found.",
"Notify members of the following groups about available updates:" : "Notify members of the following groups about available updates:",
"Only notification for app updates are available." : "Only notification for app updates are available.",
diff --git a/apps/workflowengine/l10n/cs.js b/apps/workflowengine/l10n/cs.js
index 973d266af69..8618bfaf055 100644
--- a/apps/workflowengine/l10n/cs.js
+++ b/apps/workflowengine/l10n/cs.js
@@ -12,20 +12,48 @@ OC.L10N.register(
"The given start time is invalid" : "Zadaný počáteční čas není platný",
"The given end time is invalid" : "Zadaný koncový čas je neplatný",
"The given group does not exist" : "Zadaná skupina neexistuje",
+ "File" : "Soubor",
+ "File created" : "Soubor vytvořen",
+ "File updated" : "Soubor aktualizován",
+ "File renamed" : "Soubor přejmenován",
+ "File deleted" : "Soubor smazán",
+ "File accessed" : "K souboru přistoupeno",
+ "File copied" : "Soubor zkopírován",
+ "Tag assigned" : "Štítek přiřazen",
"Operation #%s does not exist" : "Operace č. %s neexistuje",
+ "Entity %s does not exist" : "Entita %s neexistuje",
+ "Entity %s is invalid" : "Entita %s není platná",
+ "No events are chosen." : "Nejsou zvolené žádné události",
"Operation %s does not exist" : "Operace %s neexistuje",
"Operation %s is invalid" : "Operace %s není platná",
"Check %s does not exist" : "Kontrola %s neexistuje",
"Check %s is invalid" : "Kontrola %s je neplatná",
"Check #%s does not exist" : "Kontrola č. %s neexistuje",
"Check %s is invalid or does not exist" : "Kontrola %s je neplatná, nebo neexistuje",
+ "Select a filter" : "Vybrat filtr",
+ "Select a comparator" : "Vyberte porovnání",
+ "Select a file type" : "Vybrat typ souboru",
+ "Images" : "Obrázky",
+ "Office documents" : "Kancelářské dokumenty",
+ "PDF documents" : "PDF dokumenty",
+ "No results" : "Žádné výsledky",
+ "%s (invisible)" : "%s (neviditelné)",
+ "%s (restricted)" : "%s (omezeno)",
"Predefined URLs" : "Předdefinované URL",
"Files WebDAV" : "Soubory WebDAV",
+ "Others" : "Ostatní",
"Sync clients" : "Synchronizační klienti",
"Android client" : "Android klient",
"iOS client" : "iOS klient",
"Desktop client" : "Desktopový klient",
"Thunderbird & Outlook addons" : "Doplňky pro Thunderbird a Outlook",
+ "When" : "Kdy",
+ "and" : "a",
+ "Cancel rule creation" : "Zrušit vytváření pravidla",
+ "Remove rule" : "Odebrat pravidlo",
+ "The configuration is invalid" : "Nastavení není platné",
+ "Show less" : "Zobrazit méně",
+ "Show more" : "Zobrazit více",
"File name" : "Název souboru",
"is" : "je",
"is not" : "není",
diff --git a/apps/workflowengine/l10n/cs.json b/apps/workflowengine/l10n/cs.json
index a8036022623..36f15d01d73 100644
--- a/apps/workflowengine/l10n/cs.json
+++ b/apps/workflowengine/l10n/cs.json
@@ -10,20 +10,48 @@
"The given start time is invalid" : "Zadaný počáteční čas není platný",
"The given end time is invalid" : "Zadaný koncový čas je neplatný",
"The given group does not exist" : "Zadaná skupina neexistuje",
+ "File" : "Soubor",
+ "File created" : "Soubor vytvořen",
+ "File updated" : "Soubor aktualizován",
+ "File renamed" : "Soubor přejmenován",
+ "File deleted" : "Soubor smazán",
+ "File accessed" : "K souboru přistoupeno",
+ "File copied" : "Soubor zkopírován",
+ "Tag assigned" : "Štítek přiřazen",
"Operation #%s does not exist" : "Operace č. %s neexistuje",
+ "Entity %s does not exist" : "Entita %s neexistuje",
+ "Entity %s is invalid" : "Entita %s není platná",
+ "No events are chosen." : "Nejsou zvolené žádné události",
"Operation %s does not exist" : "Operace %s neexistuje",
"Operation %s is invalid" : "Operace %s není platná",
"Check %s does not exist" : "Kontrola %s neexistuje",
"Check %s is invalid" : "Kontrola %s je neplatná",
"Check #%s does not exist" : "Kontrola č. %s neexistuje",
"Check %s is invalid or does not exist" : "Kontrola %s je neplatná, nebo neexistuje",
+ "Select a filter" : "Vybrat filtr",
+ "Select a comparator" : "Vyberte porovnání",
+ "Select a file type" : "Vybrat typ souboru",
+ "Images" : "Obrázky",
+ "Office documents" : "Kancelářské dokumenty",
+ "PDF documents" : "PDF dokumenty",
+ "No results" : "Žádné výsledky",
+ "%s (invisible)" : "%s (neviditelné)",
+ "%s (restricted)" : "%s (omezeno)",
"Predefined URLs" : "Předdefinované URL",
"Files WebDAV" : "Soubory WebDAV",
+ "Others" : "Ostatní",
"Sync clients" : "Synchronizační klienti",
"Android client" : "Android klient",
"iOS client" : "iOS klient",
"Desktop client" : "Desktopový klient",
"Thunderbird & Outlook addons" : "Doplňky pro Thunderbird a Outlook",
+ "When" : "Kdy",
+ "and" : "a",
+ "Cancel rule creation" : "Zrušit vytváření pravidla",
+ "Remove rule" : "Odebrat pravidlo",
+ "The configuration is invalid" : "Nastavení není platné",
+ "Show less" : "Zobrazit méně",
+ "Show more" : "Zobrazit více",
"File name" : "Název souboru",
"is" : "je",
"is not" : "není",