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>2020-04-23 05:16:54 +0300
committerNextcloud bot <bot@nextcloud.com>2020-04-23 05:16:54 +0300
commit79e3823d72870e42e51f2f02761713a2ddebe778 (patch)
treefaf2a288e38fab1e8335f6ce98460373e5452bad /apps
parent4a8871f5f2bdf1d7085d3980693d06a7a877172a (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/accessibility/l10n/lv.js2
-rw-r--r--apps/accessibility/l10n/lv.json2
-rw-r--r--apps/files/l10n/he.js1
-rw-r--r--apps/files/l10n/he.json1
-rw-r--r--apps/files/l10n/lv.js2
-rw-r--r--apps/files/l10n/lv.json2
-rw-r--r--apps/files_sharing/l10n/he.js2
-rw-r--r--apps/files_sharing/l10n/he.json2
-rw-r--r--apps/settings/l10n/pl.js4
-rw-r--r--apps/settings/l10n/pl.json4
10 files changed, 18 insertions, 4 deletions
diff --git a/apps/accessibility/l10n/lv.js b/apps/accessibility/l10n/lv.js
index f82ed7e3078..f07dcd8ad4b 100644
--- a/apps/accessibility/l10n/lv.js
+++ b/apps/accessibility/l10n/lv.js
@@ -2,8 +2,10 @@ OC.L10N.register(
"accessibility",
{
"Dark theme" : "Tumšs motīvs",
+ "Enable dark theme" : "Iespējot tumšo motīvu",
"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." : "Tumšais motīvs atslogo Tavas acis samazinot kopējo atspīdumu un spilgtumu. Tas joprojām atrodas izstrādes režīmā, tādēļ dod ziņu par jebkurām atrastajām problēmām.",
"High contrast mode" : "Augsta kontrasta režīms",
+ "Enable high contrast mode" : "Iespējot augsta kontrasta režīmu",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Augsta kontrasta režīms atvieglo navigāciju. Vizuālā kvalitāte tiks samazināta, bet skaidrība paaugstināsies.",
"Dyslexia font" : "Dislektisks fonts",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic ir bezmaksas fonts, kas veidots, lai mazinātu tipiskākos lasīšanas traucējumus, ko izraisa disleksija.",
diff --git a/apps/accessibility/l10n/lv.json b/apps/accessibility/l10n/lv.json
index dde38eb83a0..6d26c036d35 100644
--- a/apps/accessibility/l10n/lv.json
+++ b/apps/accessibility/l10n/lv.json
@@ -1,7 +1,9 @@
{ "translations": {
"Dark theme" : "Tumšs motīvs",
+ "Enable dark theme" : "Iespējot tumšo motīvu",
"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." : "Tumšais motīvs atslogo Tavas acis samazinot kopējo atspīdumu un spilgtumu. Tas joprojām atrodas izstrādes režīmā, tādēļ dod ziņu par jebkurām atrastajām problēmām.",
"High contrast mode" : "Augsta kontrasta režīms",
+ "Enable high contrast mode" : "Iespējot augsta kontrasta režīmu",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Augsta kontrasta režīms atvieglo navigāciju. Vizuālā kvalitāte tiks samazināta, bet skaidrība paaugstināsies.",
"Dyslexia font" : "Dislektisks fonts",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic ir bezmaksas fonts, kas veidots, lai mazinātu tipiskākos lasīšanas traucējumus, ko izraisa disleksija.",
diff --git a/apps/files/l10n/he.js b/apps/files/l10n/he.js
index 5eb71b5789a..b620a5cd949 100644
--- a/apps/files/l10n/he.js
+++ b/apps/files/l10n/he.js
@@ -168,6 +168,7 @@ OC.L10N.register(
"Settings" : "הגדרות",
"Show hidden files" : "הצגת קבצים נסתרים",
"WebDAV" : "WebDAV",
+ "Use this address to access your Files via WebDAV" : "יש להשתמש בכתובת הזאת כדי לגשת לקבצים שלך דרך WebDAV",
"Toggle grid view" : "החלפת תצוגת טבלה",
"No files in here" : "אין כאן קבצים",
"Upload some content or sync with your devices!" : "יש להעלות קצת תוכן או לסנכרן עם ההתקנים שלך!",
diff --git a/apps/files/l10n/he.json b/apps/files/l10n/he.json
index 983696a0554..38b52e0bb28 100644
--- a/apps/files/l10n/he.json
+++ b/apps/files/l10n/he.json
@@ -166,6 +166,7 @@
"Settings" : "הגדרות",
"Show hidden files" : "הצגת קבצים נסתרים",
"WebDAV" : "WebDAV",
+ "Use this address to access your Files via WebDAV" : "יש להשתמש בכתובת הזאת כדי לגשת לקבצים שלך דרך WebDAV",
"Toggle grid view" : "החלפת תצוגת טבלה",
"No files in here" : "אין כאן קבצים",
"Upload some content or sync with your devices!" : "יש להעלות קצת תוכן או לסנכרן עם ההתקנים שלך!",
diff --git a/apps/files/l10n/lv.js b/apps/files/l10n/lv.js
index 1d8eca0b9e3..711d73dd06b 100644
--- a/apps/files/l10n/lv.js
+++ b/apps/files/l10n/lv.js
@@ -65,6 +65,8 @@ OC.L10N.register(
"New" : "Jauna",
"\"{name}\" is an invalid file name." : "\"{name}\" ir nepareizs datnes nosaukums.",
"File name cannot be empty." : "Datnes nosaukums nevar būt tukšs.",
+ "\"/\" is not allowed inside a file name." : "\"/\" nav atļauts faila nosaukumā.",
+ "\"{name}\" is not an allowed filetype" : "\"{name}\" nav atļauts faila tips",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} glabātuve ir pilna, datnes vairs nevar augšupielādēt vai sinhronizēt!",
"Your storage is full, files can not be updated or synced anymore!" : "Jūsu glabātuve ir pilna, datnes vairs nevar augšupielādēt vai sinhronizēt!",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner} glabātuve ir gandrīz pilna ({usedSpacePercent}%)",
diff --git a/apps/files/l10n/lv.json b/apps/files/l10n/lv.json
index a849ab12656..c7ef78452a7 100644
--- a/apps/files/l10n/lv.json
+++ b/apps/files/l10n/lv.json
@@ -63,6 +63,8 @@
"New" : "Jauna",
"\"{name}\" is an invalid file name." : "\"{name}\" ir nepareizs datnes nosaukums.",
"File name cannot be empty." : "Datnes nosaukums nevar būt tukšs.",
+ "\"/\" is not allowed inside a file name." : "\"/\" nav atļauts faila nosaukumā.",
+ "\"{name}\" is not an allowed filetype" : "\"{name}\" nav atļauts faila tips",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} glabātuve ir pilna, datnes vairs nevar augšupielādēt vai sinhronizēt!",
"Your storage is full, files can not be updated or synced anymore!" : "Jūsu glabātuve ir pilna, datnes vairs nevar augšupielādēt vai sinhronizēt!",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner} glabātuve ir gandrīz pilna ({usedSpacePercent}%)",
diff --git a/apps/files_sharing/l10n/he.js b/apps/files_sharing/l10n/he.js
index ab3f3672f71..f9ca05ec38a 100644
--- a/apps/files_sharing/l10n/he.js
+++ b/apps/files_sharing/l10n/he.js
@@ -149,6 +149,8 @@ OC.L10N.register(
"Shared with" : "משותף עם",
"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}",
+ "Shared with you in a conversation by {owner}" : "שותף אתך בדיון על ידי {owner}",
"Shared with you by {owner}" : "שותף אתך על ידי {owner}",
"No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו",
"Name" : "שם",
diff --git a/apps/files_sharing/l10n/he.json b/apps/files_sharing/l10n/he.json
index 56b8b138f20..cdcb68a40af 100644
--- a/apps/files_sharing/l10n/he.json
+++ b/apps/files_sharing/l10n/he.json
@@ -147,6 +147,8 @@
"Shared with" : "משותף עם",
"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}",
+ "Shared with you in a conversation by {owner}" : "שותף אתך בדיון על ידי {owner}",
"Shared with you by {owner}" : "שותף אתך על ידי {owner}",
"No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו",
"Name" : "שם",
diff --git a/apps/settings/l10n/pl.js b/apps/settings/l10n/pl.js
index 116af818273..7afd9251fd8 100644
--- a/apps/settings/l10n/pl.js
+++ b/apps/settings/l10n/pl.js
@@ -26,8 +26,8 @@ OC.L10N.register(
"So-so password" : "Mało skomplikowane hasło",
"Good password" : "Dobre hasło",
"Strong password" : "Mocne hasło",
- "An error occurred while changing your language. Please reload the page and try again." : "Wystąpił błąd podczas zmiany języka. Proszę przeładować stronę i spróbować ponownie.",
- "An error occurred while changing your locale. Please reload the page and try again." : "Wystąpił błąd podczas zmiany ustawień lokalnych. Proszę przeładować stronę i spróbować ponownie.",
+ "An error occurred while changing your language. Please reload the page and try again." : "Wystąpił błąd podczas zmiany języka. Przeładuj stronę i spróbuj ponownie.",
+ "An error occurred while changing your locale. Please reload the page and try again." : "Wystąpił błąd podczas zmiany ustawień lokalnych. Przeładuj stronę i spróbuj ponownie.",
"Select a profile picture" : "Wybierz zdjęcie profilowe",
"Week starts on {fdow}" : "Tydzień zaczyna się w {fdow}",
"Groups" : "Grupy",
diff --git a/apps/settings/l10n/pl.json b/apps/settings/l10n/pl.json
index 74257d0b457..aab1c024d39 100644
--- a/apps/settings/l10n/pl.json
+++ b/apps/settings/l10n/pl.json
@@ -24,8 +24,8 @@
"So-so password" : "Mało skomplikowane hasło",
"Good password" : "Dobre hasło",
"Strong password" : "Mocne hasło",
- "An error occurred while changing your language. Please reload the page and try again." : "Wystąpił błąd podczas zmiany języka. Proszę przeładować stronę i spróbować ponownie.",
- "An error occurred while changing your locale. Please reload the page and try again." : "Wystąpił błąd podczas zmiany ustawień lokalnych. Proszę przeładować stronę i spróbować ponownie.",
+ "An error occurred while changing your language. Please reload the page and try again." : "Wystąpił błąd podczas zmiany języka. Przeładuj stronę i spróbuj ponownie.",
+ "An error occurred while changing your locale. Please reload the page and try again." : "Wystąpił błąd podczas zmiany ustawień lokalnych. Przeładuj stronę i spróbuj ponownie.",
"Select a profile picture" : "Wybierz zdjęcie profilowe",
"Week starts on {fdow}" : "Tydzień zaczyna się w {fdow}",
"Groups" : "Grupy",