diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-02-02 01:07:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-02-02 01:07:05 +0000 |
commit | b946ec9d6cb987afae9c4ffd2a6efff5f18c41c9 (patch) | |
tree | 6ad48ce6f84a05659e612b66a992210a5aab3aff /apps/workflowengine | |
parent | 1952560ac75007f615fc5c7e1aaabe4799fe6aa3 (diff) | |
download | nextcloud-server-b946ec9d6cb987afae9c4ffd2a6efff5f18c41c9.tar.gz nextcloud-server-b946ec9d6cb987afae9c4ffd2a6efff5f18c41c9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/workflowengine')
-rw-r--r-- | apps/workflowengine/l10n/pl.js | 4 | ||||
-rw-r--r-- | apps/workflowengine/l10n/pl.json | 4 | ||||
-rw-r--r-- | apps/workflowengine/l10n/zh_CN.js | 1 | ||||
-rw-r--r-- | apps/workflowengine/l10n/zh_CN.json | 1 |
4 files changed, 10 insertions, 0 deletions
diff --git a/apps/workflowengine/l10n/pl.js b/apps/workflowengine/l10n/pl.js index 12920d85206..84e63e01890 100644 --- a/apps/workflowengine/l10n/pl.js +++ b/apps/workflowengine/l10n/pl.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Successfully saved" : "Zapisywanie powiodło się", "Saving failed:" : "Zapisywanie nie powiodło się:", + "File mime type" : "Typ MIME pliku", "is" : "jest", "is not" : "nie jest", "matches" : "pasuje", @@ -31,13 +32,16 @@ OC.L10N.register( "Request URL" : "Żądanie URL", "Predefined URLs" : "Przedefiniowanie URLs", "Files WebDAV" : "Pliki WebDAV", + "Request user agent" : "Żądanie agenta użytkownika", "Sync clients" : "Klienci synchronizacji", "Android client" : "Klient Android", "iOS client" : "Klient iOS", "Desktop client" : "Klient na komputer", + "User group membership" : "Członkostwo grupy użytkownika", "is member of" : "Jest członkiem z", "is not member of" : "Nie jest członkiem z", "The given operator is invalid" : "Dana operacja jest nieprawidłowa", + "The given regular expression is invalid" : "Podane wyrażenie regularne jest błędne", "The given file size is invalid" : "Podany rozmiar pliku jest nieprawidłowy", "The given tag id is invalid" : "Podane id etykiety jest nieprawidłowe", "The given IP range is invalid" : "Podany zakres adresów IP jest nieprawidłowy", diff --git a/apps/workflowengine/l10n/pl.json b/apps/workflowengine/l10n/pl.json index c2f3a149b6a..31bcd2aca3e 100644 --- a/apps/workflowengine/l10n/pl.json +++ b/apps/workflowengine/l10n/pl.json @@ -1,6 +1,7 @@ { "translations": { "Successfully saved" : "Zapisywanie powiodło się", "Saving failed:" : "Zapisywanie nie powiodło się:", + "File mime type" : "Typ MIME pliku", "is" : "jest", "is not" : "nie jest", "matches" : "pasuje", @@ -29,13 +30,16 @@ "Request URL" : "Żądanie URL", "Predefined URLs" : "Przedefiniowanie URLs", "Files WebDAV" : "Pliki WebDAV", + "Request user agent" : "Żądanie agenta użytkownika", "Sync clients" : "Klienci synchronizacji", "Android client" : "Klient Android", "iOS client" : "Klient iOS", "Desktop client" : "Klient na komputer", + "User group membership" : "Członkostwo grupy użytkownika", "is member of" : "Jest członkiem z", "is not member of" : "Nie jest członkiem z", "The given operator is invalid" : "Dana operacja jest nieprawidłowa", + "The given regular expression is invalid" : "Podane wyrażenie regularne jest błędne", "The given file size is invalid" : "Podany rozmiar pliku jest nieprawidłowy", "The given tag id is invalid" : "Podane id etykiety jest nieprawidłowe", "The given IP range is invalid" : "Podany zakres adresów IP jest nieprawidłowy", diff --git a/apps/workflowengine/l10n/zh_CN.js b/apps/workflowengine/l10n/zh_CN.js index 044a841046c..9f7071a6c88 100644 --- a/apps/workflowengine/l10n/zh_CN.js +++ b/apps/workflowengine/l10n/zh_CN.js @@ -19,6 +19,7 @@ OC.L10N.register( "is not tagged with" : "未标记为", "Select tag…" : "选择标签...", "Request remote address" : "要求远程地址", + "matches IPv4" : "匹配 IPv4", "does not match IPv4" : "不匹配IPv4", "matches IPv6" : "匹配IPv6", "does not match IPv6" : "不匹配IPv6", diff --git a/apps/workflowengine/l10n/zh_CN.json b/apps/workflowengine/l10n/zh_CN.json index b8252d8a88e..b5138ba8e8f 100644 --- a/apps/workflowengine/l10n/zh_CN.json +++ b/apps/workflowengine/l10n/zh_CN.json @@ -17,6 +17,7 @@ "is not tagged with" : "未标记为", "Select tag…" : "选择标签...", "Request remote address" : "要求远程地址", + "matches IPv4" : "匹配 IPv4", "does not match IPv4" : "不匹配IPv4", "matches IPv6" : "匹配IPv6", "does not match IPv6" : "不匹配IPv6", |