diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-10-03 16:58:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-10-03 16:58:57 +0000 |
commit | 1302b6f267eed2519938a92e3c9470951e1c701f (patch) | |
tree | e3bf579660144d55c80f9bbb351bcf3524acf7ed /apps/workflowengine | |
parent | 5b33cbd507218d1edd489cd36821437ed5a2d4ec (diff) | |
download | nextcloud-server-1302b6f267eed2519938a92e3c9470951e1c701f.tar.gz nextcloud-server-1302b6f267eed2519938a92e3c9470951e1c701f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/workflowengine')
-rw-r--r-- | apps/workflowengine/l10n/bg.js | 10 | ||||
-rw-r--r-- | apps/workflowengine/l10n/bg.json | 10 | ||||
-rw-r--r-- | apps/workflowengine/l10n/cs.js | 16 | ||||
-rw-r--r-- | apps/workflowengine/l10n/cs.json | 16 | ||||
-rw-r--r-- | apps/workflowengine/l10n/fi.js | 1 | ||||
-rw-r--r-- | apps/workflowengine/l10n/fi.json | 1 | ||||
-rw-r--r-- | apps/workflowengine/l10n/he.js | 4 | ||||
-rw-r--r-- | apps/workflowengine/l10n/he.json | 4 | ||||
-rw-r--r-- | apps/workflowengine/l10n/hu.js | 1 | ||||
-rw-r--r-- | apps/workflowengine/l10n/hu.json | 1 | ||||
-rw-r--r-- | apps/workflowengine/l10n/ko.js | 2 | ||||
-rw-r--r-- | apps/workflowengine/l10n/ko.json | 2 | ||||
-rw-r--r-- | apps/workflowengine/l10n/nl.js | 2 | ||||
-rw-r--r-- | apps/workflowengine/l10n/nl.json | 2 | ||||
-rw-r--r-- | apps/workflowengine/l10n/sl.js | 75 | ||||
-rw-r--r-- | apps/workflowengine/l10n/sl.json | 73 | ||||
-rw-r--r-- | apps/workflowengine/l10n/zh_CN.js | 1 | ||||
-rw-r--r-- | apps/workflowengine/l10n/zh_CN.json | 1 |
18 files changed, 196 insertions, 26 deletions
diff --git a/apps/workflowengine/l10n/bg.js b/apps/workflowengine/l10n/bg.js index 7efea5d1e6a..62ce0277784 100644 --- a/apps/workflowengine/l10n/bg.js +++ b/apps/workflowengine/l10n/bg.js @@ -14,10 +14,10 @@ OC.L10N.register( "less or equals" : "по-малко или равно", "greater or equals" : "по-голямо или равно", "greater" : "по-голям", - "File system tag" : "Таг на файлова система", - "is tagged with" : "е тагнат с", - "is not tagged with" : "не е тагнат с", - "Select tag…" : "Избери таг...", + "File system tag" : "Етикет на файлова система", + "is tagged with" : "има етикет", + "is not tagged with" : "няма етикет", + "Select tag…" : "Изберете етикет...", "Request remote address" : "Искане на отдалечен адрес", "matches IPv4" : "съвпада IPv4", "does not match IPv4" : "не съвпада IPv4", @@ -43,7 +43,7 @@ OC.L10N.register( "The given operator is invalid" : "Даденият оператор е невалиден", "The given regular expression is invalid" : "Даденият израз е невалиден", "The given file size is invalid" : "Даденият размер на файла не е валиден", - "The given tag id is invalid" : "Даденият таг код не е валиден", + "The given tag id is invalid" : "Даденият етикет не е валиден", "The given IP range is invalid" : "Даденият IP диапазон е невалиден", "The given IP range is not valid for IPv4" : "Даденият IP диапазон не е валиден за IPv4", "The given IP range is not valid for IPv6" : "Даденият IP диапазон не е валиден за IPv6", diff --git a/apps/workflowengine/l10n/bg.json b/apps/workflowengine/l10n/bg.json index 85f67e23520..72d74e83231 100644 --- a/apps/workflowengine/l10n/bg.json +++ b/apps/workflowengine/l10n/bg.json @@ -12,10 +12,10 @@ "less or equals" : "по-малко или равно", "greater or equals" : "по-голямо или равно", "greater" : "по-голям", - "File system tag" : "Таг на файлова система", - "is tagged with" : "е тагнат с", - "is not tagged with" : "не е тагнат с", - "Select tag…" : "Избери таг...", + "File system tag" : "Етикет на файлова система", + "is tagged with" : "има етикет", + "is not tagged with" : "няма етикет", + "Select tag…" : "Изберете етикет...", "Request remote address" : "Искане на отдалечен адрес", "matches IPv4" : "съвпада IPv4", "does not match IPv4" : "не съвпада IPv4", @@ -41,7 +41,7 @@ "The given operator is invalid" : "Даденият оператор е невалиден", "The given regular expression is invalid" : "Даденият израз е невалиден", "The given file size is invalid" : "Даденият размер на файла не е валиден", - "The given tag id is invalid" : "Даденият таг код не е валиден", + "The given tag id is invalid" : "Даденият етикет не е валиден", "The given IP range is invalid" : "Даденият IP диапазон е невалиден", "The given IP range is not valid for IPv4" : "Даденият IP диапазон не е валиден за IPv4", "The given IP range is not valid for IPv6" : "Даденият IP диапазон не е валиден за IPv6", diff --git a/apps/workflowengine/l10n/cs.js b/apps/workflowengine/l10n/cs.js index cedb877c367..830b90e971c 100644 --- a/apps/workflowengine/l10n/cs.js +++ b/apps/workflowengine/l10n/cs.js @@ -19,7 +19,7 @@ OC.L10N.register( "File system tag" : "Štítek souborového systému", "is tagged with" : "je označeno jako", "is not tagged with" : "není označen", - "Select tag…" : "Vybrat značku…", + "Select tag…" : "Vybrat štítek…", "Request remote address" : "Vzdálená adresa požadavku", "matches IPv4" : "odpovídá IPv4", "does not match IPv4" : "neodpovídá IPv4", @@ -39,28 +39,30 @@ OC.L10N.register( "Android client" : "Android klient", "iOS client" : "iOS klient", "Desktop client" : "Desktopový klient", + "Thunderbird & Outlook addons" : "Doplňky pro Thunderbird a Outlook", "User group membership" : "Členství ve skupině uživatelů", "is member of" : "je členem", "is not member of" : "není členem", - "The given operator is invalid" : "Zadaný operátor je neplatný", + "The given operator is invalid" : "Zadaný operátor není platný", "The given regular expression is invalid" : "Zadaný regulární výraz je neplatný", - "The given file size is invalid" : "Zadaná velikost souboru je neplatná", + "The given file size is invalid" : "Zadaná velikost souboru není platná", "The given tag id is invalid" : "Zadané id značky je neplatné", "The given IP range is invalid" : "Zadaný rozsah IP adres není platný", "The given IP range is not valid for IPv4" : "Zadaný rozsah IP je pro IPv4 neplatný", "The given IP range is not valid for IPv6" : "Zadaný IP rozsah není pro IPv6 platný", "The given time span is invalid" : "Zadaný časový rozsah je neplatný", - "The given start time is invalid" : "Zadaný počáteční čas je neplatný", + "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", "Check %s is invalid or does not exist" : "Kontrola %s je neplatná, nebo neexistuje", - "Operation #%s does not exist" : "Operace #%s neexistuje", + "Operation #%s does not exist" : "Operace č. %s neexistuje", "Operation %s does not exist" : "Operace %s neexistuje", - "Operation %s is invalid" : "Operace %s je neplatná", + "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 does not exist" : "Kontrola č. %s neexistuje", "Workflow" : "Postup práce", + "Files workflow engine" : "Engine práce se soubory", "Open documentation" : "Otevřít dokumentaci", "Add rule group" : "Přidat skupinu pravidel", "Short rule description" : "Krátký popis pravidla", diff --git a/apps/workflowengine/l10n/cs.json b/apps/workflowengine/l10n/cs.json index 33c00ad8638..28260df901c 100644 --- a/apps/workflowengine/l10n/cs.json +++ b/apps/workflowengine/l10n/cs.json @@ -17,7 +17,7 @@ "File system tag" : "Štítek souborového systému", "is tagged with" : "je označeno jako", "is not tagged with" : "není označen", - "Select tag…" : "Vybrat značku…", + "Select tag…" : "Vybrat štítek…", "Request remote address" : "Vzdálená adresa požadavku", "matches IPv4" : "odpovídá IPv4", "does not match IPv4" : "neodpovídá IPv4", @@ -37,28 +37,30 @@ "Android client" : "Android klient", "iOS client" : "iOS klient", "Desktop client" : "Desktopový klient", + "Thunderbird & Outlook addons" : "Doplňky pro Thunderbird a Outlook", "User group membership" : "Členství ve skupině uživatelů", "is member of" : "je členem", "is not member of" : "není členem", - "The given operator is invalid" : "Zadaný operátor je neplatný", + "The given operator is invalid" : "Zadaný operátor není platný", "The given regular expression is invalid" : "Zadaný regulární výraz je neplatný", - "The given file size is invalid" : "Zadaná velikost souboru je neplatná", + "The given file size is invalid" : "Zadaná velikost souboru není platná", "The given tag id is invalid" : "Zadané id značky je neplatné", "The given IP range is invalid" : "Zadaný rozsah IP adres není platný", "The given IP range is not valid for IPv4" : "Zadaný rozsah IP je pro IPv4 neplatný", "The given IP range is not valid for IPv6" : "Zadaný IP rozsah není pro IPv6 platný", "The given time span is invalid" : "Zadaný časový rozsah je neplatný", - "The given start time is invalid" : "Zadaný počáteční čas je neplatný", + "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", "Check %s is invalid or does not exist" : "Kontrola %s je neplatná, nebo neexistuje", - "Operation #%s does not exist" : "Operace #%s neexistuje", + "Operation #%s does not exist" : "Operace č. %s neexistuje", "Operation %s does not exist" : "Operace %s neexistuje", - "Operation %s is invalid" : "Operace %s je neplatná", + "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 does not exist" : "Kontrola č. %s neexistuje", "Workflow" : "Postup práce", + "Files workflow engine" : "Engine práce se soubory", "Open documentation" : "Otevřít dokumentaci", "Add rule group" : "Přidat skupinu pravidel", "Short rule description" : "Krátký popis pravidla", diff --git a/apps/workflowengine/l10n/fi.js b/apps/workflowengine/l10n/fi.js index f91eca53b63..772cc2c2420 100644 --- a/apps/workflowengine/l10n/fi.js +++ b/apps/workflowengine/l10n/fi.js @@ -39,6 +39,7 @@ OC.L10N.register( "Android client" : "Android-sovellus", "iOS client" : "iOS-sovellus", "Desktop client" : "Työpöytäsovellus", + "Thunderbird & Outlook addons" : "Thunderbird- & Outlook-lisäosat", "User group membership" : "Käyttäjäryhmä jäsenyys", "is member of" : "on jäsen", "is not member of" : "ei ole jäsen", diff --git a/apps/workflowengine/l10n/fi.json b/apps/workflowengine/l10n/fi.json index e9dfaf185fa..a16485fb377 100644 --- a/apps/workflowengine/l10n/fi.json +++ b/apps/workflowengine/l10n/fi.json @@ -37,6 +37,7 @@ "Android client" : "Android-sovellus", "iOS client" : "iOS-sovellus", "Desktop client" : "Työpöytäsovellus", + "Thunderbird & Outlook addons" : "Thunderbird- & Outlook-lisäosat", "User group membership" : "Käyttäjäryhmä jäsenyys", "is member of" : "on jäsen", "is not member of" : "ei ole jäsen", diff --git a/apps/workflowengine/l10n/he.js b/apps/workflowengine/l10n/he.js index b28e80f592d..99bdf9db707 100644 --- a/apps/workflowengine/l10n/he.js +++ b/apps/workflowengine/l10n/he.js @@ -39,6 +39,7 @@ OC.L10N.register( "Android client" : "לקוח Android", "iOS client" : "לקוח iOS", "Desktop client" : "לקוח שולחן עבודה", + "Thunderbird & Outlook addons" : "תוספות ל־Thunderbird ול־Outlook", "User group membership" : "חברות בקבוצת משתמשים", "is member of" : "חבר בקבוצה", "is not member of" : "לא חבר בקבוצה", @@ -56,6 +57,9 @@ OC.L10N.register( "Operation #%s does not exist" : "פעולה מס׳ %s לא קיימת", "Operation %s does not exist" : "הפעולה %s לא קיימת", "Operation %s is invalid" : "הפעולה %s שגויה", + "Open documentation" : "פתיחת תיעוד", + "Add rule group" : "הוספת קבוצת כללים", + "Short rule description" : "תיאור מקוצר לכלל", "Add rule" : "הוספת כלל", "Reset" : "איפוס", "Save" : "שמירה", diff --git a/apps/workflowengine/l10n/he.json b/apps/workflowengine/l10n/he.json index 970bf69de77..c59825d5e75 100644 --- a/apps/workflowengine/l10n/he.json +++ b/apps/workflowengine/l10n/he.json @@ -37,6 +37,7 @@ "Android client" : "לקוח Android", "iOS client" : "לקוח iOS", "Desktop client" : "לקוח שולחן עבודה", + "Thunderbird & Outlook addons" : "תוספות ל־Thunderbird ול־Outlook", "User group membership" : "חברות בקבוצת משתמשים", "is member of" : "חבר בקבוצה", "is not member of" : "לא חבר בקבוצה", @@ -54,6 +55,9 @@ "Operation #%s does not exist" : "פעולה מס׳ %s לא קיימת", "Operation %s does not exist" : "הפעולה %s לא קיימת", "Operation %s is invalid" : "הפעולה %s שגויה", + "Open documentation" : "פתיחת תיעוד", + "Add rule group" : "הוספת קבוצת כללים", + "Short rule description" : "תיאור מקוצר לכלל", "Add rule" : "הוספת כלל", "Reset" : "איפוס", "Save" : "שמירה", diff --git a/apps/workflowengine/l10n/hu.js b/apps/workflowengine/l10n/hu.js index 95ae5ab223b..2b0ecf190c7 100644 --- a/apps/workflowengine/l10n/hu.js +++ b/apps/workflowengine/l10n/hu.js @@ -39,6 +39,7 @@ OC.L10N.register( "Android client" : "Android kliens", "iOS client" : "iOS klens", "Desktop client" : "Asztali kliens", + "Thunderbird & Outlook addons" : "Thunderbird és Outlook bővítmények", "User group membership" : "Felhasználói csoport tagság", "is member of" : "tagja ennek", "is not member of" : "nem tagja ennek", diff --git a/apps/workflowengine/l10n/hu.json b/apps/workflowengine/l10n/hu.json index 53e9ac33c09..c417026e36d 100644 --- a/apps/workflowengine/l10n/hu.json +++ b/apps/workflowengine/l10n/hu.json @@ -37,6 +37,7 @@ "Android client" : "Android kliens", "iOS client" : "iOS klens", "Desktop client" : "Asztali kliens", + "Thunderbird & Outlook addons" : "Thunderbird és Outlook bővítmények", "User group membership" : "Felhasználói csoport tagság", "is member of" : "tagja ennek", "is not member of" : "nem tagja ennek", diff --git a/apps/workflowengine/l10n/ko.js b/apps/workflowengine/l10n/ko.js index e1ad26ca130..46bbcf87c4e 100644 --- a/apps/workflowengine/l10n/ko.js +++ b/apps/workflowengine/l10n/ko.js @@ -1,6 +1,8 @@ OC.L10N.register( "workflowengine", { + "Group list is empty" : "그룹 목록이 비었습니다.", + "Unable to retrieve the group list" : "그룹 리스트를 받아올 수 없습니다.", "Saved" : "저장됨", "Saving failed:" : "저장 실패:", "File MIME type" : "파일 MIME 형식", diff --git a/apps/workflowengine/l10n/ko.json b/apps/workflowengine/l10n/ko.json index 0bf33319f0b..44d3a8614d7 100644 --- a/apps/workflowengine/l10n/ko.json +++ b/apps/workflowengine/l10n/ko.json @@ -1,4 +1,6 @@ { "translations": { + "Group list is empty" : "그룹 목록이 비었습니다.", + "Unable to retrieve the group list" : "그룹 리스트를 받아올 수 없습니다.", "Saved" : "저장됨", "Saving failed:" : "저장 실패:", "File MIME type" : "파일 MIME 형식", diff --git a/apps/workflowengine/l10n/nl.js b/apps/workflowengine/l10n/nl.js index 5922b7aed70..8324bebcd2c 100644 --- a/apps/workflowengine/l10n/nl.js +++ b/apps/workflowengine/l10n/nl.js @@ -2,7 +2,7 @@ OC.L10N.register( "workflowengine", { "Group list is empty" : "Groepenlijst is leeg", - "Unable to retrieve the group list" : "Kan groepsoverzicht niet ophalen", + "Unable to retrieve the group list" : "Kan groepenoverzicht niet ophalen", "Saved" : "Bewaard", "Saving failed:" : "Opslaan mislukt:", "File MIME type" : "Mimetype bestand", diff --git a/apps/workflowengine/l10n/nl.json b/apps/workflowengine/l10n/nl.json index 1340a6b371c..b6147c35b03 100644 --- a/apps/workflowengine/l10n/nl.json +++ b/apps/workflowengine/l10n/nl.json @@ -1,6 +1,6 @@ { "translations": { "Group list is empty" : "Groepenlijst is leeg", - "Unable to retrieve the group list" : "Kan groepsoverzicht niet ophalen", + "Unable to retrieve the group list" : "Kan groepenoverzicht niet ophalen", "Saved" : "Bewaard", "Saving failed:" : "Opslaan mislukt:", "File MIME type" : "Mimetype bestand", diff --git a/apps/workflowengine/l10n/sl.js b/apps/workflowengine/l10n/sl.js new file mode 100644 index 00000000000..572b58ac15f --- /dev/null +++ b/apps/workflowengine/l10n/sl.js @@ -0,0 +1,75 @@ +OC.L10N.register( + "workflowengine", + { + "Group list is empty" : "Skupinski seznam je prazen", + "Unable to retrieve the group list" : "Skupinskega seznama ni mogoče pridobiti.", + "Saved" : "Shranjeno", + "Saving failed:" : "Shranjevanje je spodletelo:", + "File MIME type" : "Vrsta MIME datoteke", + "is" : "je", + "is not" : "ni", + "matches" : "se sklada z", + "does not match" : "se ne sklada z", + "Example: {placeholder}" : "Primer: {placeholder}", + "File size (upload)" : "Velikost datoteke (pošiljanje)", + "less" : "je manjša", + "less or equals" : "je manjša ali enaka", + "greater or equals" : "je večja ali enaka", + "greater" : "je večja", + "File system tag" : "Sistemska oznaka datoteke", + "is tagged with" : "je", + "is not tagged with" : "ni", + "Select tag…" : "Izbor oznake ...", + "Request remote address" : "Oddaljeni naslov", + "matches IPv4" : "se sklada z IPv4", + "does not match IPv4" : "ni skladen z IPv4", + "matches IPv6" : "se sklada z IPv6", + "does not match IPv6" : "ni skladen z IPv6", + "Request time" : "Čas dostopa", + "between" : "je dovoljen med", + "not between" : "ni dovoljen med", + "Start" : "Začetek", + "End" : "Konec", + "Select timezone…" : "Časovni pas ...", + "Request URL" : "Naslov URL za dostop", + "Predefined URLs" : "Določeni naslovi URL", + "Files WebDAV" : "Datoteke WebDAV", + "Request user agent" : "Uporabniški odjemalec", + "Sync clients" : "Odjemalci za usklajevanje", + "Android client" : "Odjemalec za Android", + "iOS client" : "Odjemalec za iOS", + "Desktop client" : "Odjemalec za namizne računalnike", + "Thunderbird & Outlook addons" : "Razširitve za Thunderbird in Outlook", + "User group membership" : "Članstvo v uporabniških skupinah", + "is member of" : "je v skupini", + "is not member of" : "ni v skupini", + "The given operator is invalid" : "Podan operator ni veljaven.", + "The given regular expression is invalid" : "Podan logični izraz ni veljaven.", + "The given file size is invalid" : "Podana velikost datoteke ni veljavna.", + "The given tag id is invalid" : "Podan ID oznake ni veljaven.", + "The given IP range is invalid" : "Podan obseg IP ni veljaven.", + "The given IP range is not valid for IPv4" : "Podan obseg IP ni veljaven za IPv4.", + "The given IP range is not valid for IPv6" : "Podan obseg IP ni veljaven za IPv6.", + "The given time span is invalid" : "Podan časovni obseg ni veljaven.", + "The given start time is invalid" : "Podan čas začetka ni veljaven.", + "The given end time is invalid" : "Podan čas zaključka ni veljaven.", + "The given group does not exist" : "Podana skupina ne obstaja.", + "Check %s is invalid or does not exist" : "Preverba %s ne obstaja.", + "Operation #%s does not exist" : "Opravilo #%s ne obstaja.", + "Operation %s does not exist" : "Opravilo %s ne obstaja.", + "Operation %s is invalid" : "Opravilo %s ni veljavno.", + "Check %s does not exist" : "Preverba %s ne obstaja.", + "Check %s is invalid" : "Preverba %s ni veljavna.", + "Check #%s does not exist" : "Preverba #%s ne obstaja.", + "Workflow" : "Delovni tok", + "Files workflow engine" : "Delovni tok datotek", + "Open documentation" : "Odpri dokumentacijo", + "Add rule group" : "Dodaj skupino pravil", + "Short rule description" : "Kratek opis pravila", + "Add rule" : "Dodaj pravilo", + "Reset" : "Razveljavi", + "Save" : "Shrani", + "Saving…" : "Poteka shranjevanje ...", + "Loading…" : "Poteka nalaganje ..." +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/workflowengine/l10n/sl.json b/apps/workflowengine/l10n/sl.json new file mode 100644 index 00000000000..9b9755e20b9 --- /dev/null +++ b/apps/workflowengine/l10n/sl.json @@ -0,0 +1,73 @@ +{ "translations": { + "Group list is empty" : "Skupinski seznam je prazen", + "Unable to retrieve the group list" : "Skupinskega seznama ni mogoče pridobiti.", + "Saved" : "Shranjeno", + "Saving failed:" : "Shranjevanje je spodletelo:", + "File MIME type" : "Vrsta MIME datoteke", + "is" : "je", + "is not" : "ni", + "matches" : "se sklada z", + "does not match" : "se ne sklada z", + "Example: {placeholder}" : "Primer: {placeholder}", + "File size (upload)" : "Velikost datoteke (pošiljanje)", + "less" : "je manjša", + "less or equals" : "je manjša ali enaka", + "greater or equals" : "je večja ali enaka", + "greater" : "je večja", + "File system tag" : "Sistemska oznaka datoteke", + "is tagged with" : "je", + "is not tagged with" : "ni", + "Select tag…" : "Izbor oznake ...", + "Request remote address" : "Oddaljeni naslov", + "matches IPv4" : "se sklada z IPv4", + "does not match IPv4" : "ni skladen z IPv4", + "matches IPv6" : "se sklada z IPv6", + "does not match IPv6" : "ni skladen z IPv6", + "Request time" : "Čas dostopa", + "between" : "je dovoljen med", + "not between" : "ni dovoljen med", + "Start" : "Začetek", + "End" : "Konec", + "Select timezone…" : "Časovni pas ...", + "Request URL" : "Naslov URL za dostop", + "Predefined URLs" : "Določeni naslovi URL", + "Files WebDAV" : "Datoteke WebDAV", + "Request user agent" : "Uporabniški odjemalec", + "Sync clients" : "Odjemalci za usklajevanje", + "Android client" : "Odjemalec za Android", + "iOS client" : "Odjemalec za iOS", + "Desktop client" : "Odjemalec za namizne računalnike", + "Thunderbird & Outlook addons" : "Razširitve za Thunderbird in Outlook", + "User group membership" : "Članstvo v uporabniških skupinah", + "is member of" : "je v skupini", + "is not member of" : "ni v skupini", + "The given operator is invalid" : "Podan operator ni veljaven.", + "The given regular expression is invalid" : "Podan logični izraz ni veljaven.", + "The given file size is invalid" : "Podana velikost datoteke ni veljavna.", + "The given tag id is invalid" : "Podan ID oznake ni veljaven.", + "The given IP range is invalid" : "Podan obseg IP ni veljaven.", + "The given IP range is not valid for IPv4" : "Podan obseg IP ni veljaven za IPv4.", + "The given IP range is not valid for IPv6" : "Podan obseg IP ni veljaven za IPv6.", + "The given time span is invalid" : "Podan časovni obseg ni veljaven.", + "The given start time is invalid" : "Podan čas začetka ni veljaven.", + "The given end time is invalid" : "Podan čas zaključka ni veljaven.", + "The given group does not exist" : "Podana skupina ne obstaja.", + "Check %s is invalid or does not exist" : "Preverba %s ne obstaja.", + "Operation #%s does not exist" : "Opravilo #%s ne obstaja.", + "Operation %s does not exist" : "Opravilo %s ne obstaja.", + "Operation %s is invalid" : "Opravilo %s ni veljavno.", + "Check %s does not exist" : "Preverba %s ne obstaja.", + "Check %s is invalid" : "Preverba %s ni veljavna.", + "Check #%s does not exist" : "Preverba #%s ne obstaja.", + "Workflow" : "Delovni tok", + "Files workflow engine" : "Delovni tok datotek", + "Open documentation" : "Odpri dokumentacijo", + "Add rule group" : "Dodaj skupino pravil", + "Short rule description" : "Kratek opis pravila", + "Add rule" : "Dodaj pravilo", + "Reset" : "Razveljavi", + "Save" : "Shrani", + "Saving…" : "Poteka shranjevanje ...", + "Loading…" : "Poteka nalaganje ..." +},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" +}
\ No newline at end of file diff --git a/apps/workflowengine/l10n/zh_CN.js b/apps/workflowengine/l10n/zh_CN.js index 1cc81c40faa..35bfb47564f 100644 --- a/apps/workflowengine/l10n/zh_CN.js +++ b/apps/workflowengine/l10n/zh_CN.js @@ -39,6 +39,7 @@ OC.L10N.register( "Android client" : "Android 客户端", "iOS client" : "iOS 客户端", "Desktop client" : "桌面客户端", + "Thunderbird & Outlook addons" : "Thunderbird & Outlook 插件", "User group membership" : "用户组成员资格", "is member of" : "是成员", "is not member of" : "不是成员", diff --git a/apps/workflowengine/l10n/zh_CN.json b/apps/workflowengine/l10n/zh_CN.json index 55c6ca16773..7d442796593 100644 --- a/apps/workflowengine/l10n/zh_CN.json +++ b/apps/workflowengine/l10n/zh_CN.json @@ -37,6 +37,7 @@ "Android client" : "Android 客户端", "iOS client" : "iOS 客户端", "Desktop client" : "桌面客户端", + "Thunderbird & Outlook addons" : "Thunderbird & Outlook 插件", "User group membership" : "用户组成员资格", "is member of" : "是成员", "is not member of" : "不是成员", |