aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-09-27 00:09:46 +0000
committerNextcloud bot <bot@nextcloud.com>2016-09-27 00:09:46 +0000
commit810f72df4644793673026c7490b5b2fe794ed05f (patch)
tree8a541f7ca5b460821796c9f6449cffa08df46c6b /apps
parent71fc9303c3e921c4c90fcaaed39715178b9f4360 (diff)
downloadnextcloud-server-810f72df4644793673026c7490b5b2fe794ed05f.tar.gz
nextcloud-server-810f72df4644793673026c7490b5b2fe794ed05f.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/comments/l10n/ko.js17
-rw-r--r--apps/comments/l10n/ko.json17
-rw-r--r--apps/files/l10n/ko.js11
-rw-r--r--apps/files/l10n/ko.json11
-rw-r--r--apps/files_versions/l10n/ko.js2
-rw-r--r--apps/files_versions/l10n/ko.json2
-rw-r--r--apps/twofactor_backupcodes/l10n/nb_NO.js3
-rw-r--r--apps/twofactor_backupcodes/l10n/nb_NO.json3
-rw-r--r--apps/updatenotification/l10n/cs_CZ.js1
-rw-r--r--apps/updatenotification/l10n/cs_CZ.json1
-rw-r--r--apps/updatenotification/l10n/de.js1
-rw-r--r--apps/updatenotification/l10n/de.json1
-rw-r--r--apps/updatenotification/l10n/de_DE.js1
-rw-r--r--apps/updatenotification/l10n/de_DE.json1
-rw-r--r--apps/updatenotification/l10n/es.js1
-rw-r--r--apps/updatenotification/l10n/es.json1
-rw-r--r--apps/updatenotification/l10n/fr.js1
-rw-r--r--apps/updatenotification/l10n/fr.json1
-rw-r--r--apps/updatenotification/l10n/hu_HU.js1
-rw-r--r--apps/updatenotification/l10n/hu_HU.json1
-rw-r--r--apps/updatenotification/l10n/is.js1
-rw-r--r--apps/updatenotification/l10n/is.json1
-rw-r--r--apps/updatenotification/l10n/it.js1
-rw-r--r--apps/updatenotification/l10n/it.json1
-rw-r--r--apps/updatenotification/l10n/nb_NO.js1
-rw-r--r--apps/updatenotification/l10n/nb_NO.json1
-rw-r--r--apps/updatenotification/l10n/nl.js1
-rw-r--r--apps/updatenotification/l10n/nl.json1
-rw-r--r--apps/updatenotification/l10n/ru.js1
-rw-r--r--apps/updatenotification/l10n/ru.json1
-rw-r--r--apps/workflowengine/l10n/cs_CZ.js71
-rw-r--r--apps/workflowengine/l10n/cs_CZ.json69
-rw-r--r--apps/workflowengine/l10n/de.js71
-rw-r--r--apps/workflowengine/l10n/de.json69
-rw-r--r--apps/workflowengine/l10n/de_DE.js71
-rw-r--r--apps/workflowengine/l10n/de_DE.json69
36 files changed, 470 insertions, 38 deletions
diff --git a/apps/comments/l10n/ko.js b/apps/comments/l10n/ko.js
index fa579b85973..f2f221ae108 100644
--- a/apps/comments/l10n/ko.js
+++ b/apps/comments/l10n/ko.js
@@ -1,20 +1,29 @@
OC.L10N.register(
"comments",
{
- "Type in a new comment..." : "새 댓글을 입력하십시오...",
+ "New comment …" : "새로운 댓글 ...",
"Delete comment" : "댓글 삭제",
"Post" : "게시",
"Cancel" : "취소",
"Edit comment" : "댓글 편집",
"[Deleted user]" : "[삭제된 사용자]",
"Comments" : "댓글",
- "No other comments available" : "더 이상 댓글 없음",
- "More comments..." : "더 많은 댓글...",
+ "No comments yet, start the conversation!" : "아직 댓글이 없습니다. 대화를 시작합니다!",
+ "More comments …" : "더 많은 댓글...",
"Save" : "저장",
"Allowed characters {count} of {max}" : "{count}/{max} 글자 사용 가능",
+ "Error occurred while retrieving comment with id {id}" : "댓글을 가져오는 중 오류가 발생했습니다 {ID}",
+ "Error occurred while updating comment with id {id}" : "댓글을 업데이트하는 동안 오류가 발생했습니다 {ID}",
+ "Error occurred while posting comment" : "댓글을 게시하는 중 오류가 발생했습니다",
"{count} unread comments" : "읽지 않은 댓글 {count}개",
"Comment" : "설명",
+ "<strong>Comments</strong> for files" : "파일의 <strong>댓글</strong>",
+ "You commented" : "댓글을 달았습니다",
"%1$s commented" : "%1$s 님의 댓글",
- "%1$s commented on %2$s" : "%2$s에 %1$s 님이 댓글 남김"
+ "You commented on %2$s" : "%2$s에 댓글 남김",
+ "%1$s commented on %2$s" : "%2$s에 %1$s 님이 댓글 남김",
+ "Type in a new comment..." : "새 댓글을 입력하십시오...",
+ "No other comments available" : "더 이상 댓글 없음",
+ "More comments..." : "더 많은 댓글..."
},
"nplurals=1; plural=0;");
diff --git a/apps/comments/l10n/ko.json b/apps/comments/l10n/ko.json
index 50e813e926f..9e3bf5b69a3 100644
--- a/apps/comments/l10n/ko.json
+++ b/apps/comments/l10n/ko.json
@@ -1,18 +1,27 @@
{ "translations": {
- "Type in a new comment..." : "새 댓글을 입력하십시오...",
+ "New comment …" : "새로운 댓글 ...",
"Delete comment" : "댓글 삭제",
"Post" : "게시",
"Cancel" : "취소",
"Edit comment" : "댓글 편집",
"[Deleted user]" : "[삭제된 사용자]",
"Comments" : "댓글",
- "No other comments available" : "더 이상 댓글 없음",
- "More comments..." : "더 많은 댓글...",
+ "No comments yet, start the conversation!" : "아직 댓글이 없습니다. 대화를 시작합니다!",
+ "More comments …" : "더 많은 댓글...",
"Save" : "저장",
"Allowed characters {count} of {max}" : "{count}/{max} 글자 사용 가능",
+ "Error occurred while retrieving comment with id {id}" : "댓글을 가져오는 중 오류가 발생했습니다 {ID}",
+ "Error occurred while updating comment with id {id}" : "댓글을 업데이트하는 동안 오류가 발생했습니다 {ID}",
+ "Error occurred while posting comment" : "댓글을 게시하는 중 오류가 발생했습니다",
"{count} unread comments" : "읽지 않은 댓글 {count}개",
"Comment" : "설명",
+ "<strong>Comments</strong> for files" : "파일의 <strong>댓글</strong>",
+ "You commented" : "댓글을 달았습니다",
"%1$s commented" : "%1$s 님의 댓글",
- "%1$s commented on %2$s" : "%2$s에 %1$s 님이 댓글 남김"
+ "You commented on %2$s" : "%2$s에 댓글 남김",
+ "%1$s commented on %2$s" : "%2$s에 %1$s 님이 댓글 남김",
+ "Type in a new comment..." : "새 댓글을 입력하십시오...",
+ "No other comments available" : "더 이상 댓글 없음",
+ "More comments..." : "더 많은 댓글..."
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js
index 9b4afb356ba..68a57a67795 100644
--- a/apps/files/l10n/ko.js
+++ b/apps/files/l10n/ko.js
@@ -21,7 +21,9 @@ OC.L10N.register(
"Invalid directory." : "올바르지 않은 디렉터리입니다.",
"Files" : "파일",
"All files" : "모든 파일",
- "Home" : "가정",
+ "Recent" : "최근",
+ "File could not be found" : "파일을 찾을 수 없음",
+ "Home" : "홈",
"Close" : "닫기",
"Favorites" : "즐겨찾기",
"Upload cancelled." : "업로드가 취소되었습니다.",
@@ -33,6 +35,7 @@ OC.L10N.register(
"Uploading..." : "업로드 중...",
"..." : "...",
"{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} 시간 {plural_s} 남음",
+ "Soon..." : "곧...",
"File upload is in progress. Leaving the page now will cancel the upload." : "파일 업로드가 진행 중입니다. 이 페이지를 벗어나면 업로드가 취소됩니다.",
"Actions" : "작업",
"Download" : "다운로드",
@@ -74,10 +77,12 @@ OC.L10N.register(
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner}의 저장 공간이 거의 가득 찼습니다({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "저장 공간이 거의 가득 찼습니다({usedSpacePercent}%)",
"_matches '{filter}'_::_match '{filter}'_" : ["'{filter}'와(과) 일치"],
+ "View in folder" : "폴더보기",
"Path" : "경로",
"_%n byte_::_%n bytes_" : ["%n바이트"],
"Favorited" : "책갈피에 추가됨",
"Favorite" : "즐겨찾기",
+ "Local link" : "로컬 링크",
"Folder" : "폴더",
"New folder" : "새 폴더",
"{newname} already exists" : "{newname} 항목이 이미 존재함",
@@ -108,6 +113,7 @@ OC.L10N.register(
"With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM을 사용 중이면 변경 사항이 적용되는 데 최대 5분 정도 걸릴 수 있습니다.",
"Missing permissions to edit from here." : "여기에서 편집할 권한이 없습니다.",
"Settings" : "설정",
+ "Show hidden files" : "숨겨진 파일보기",
"WebDAV" : "WebDAV",
"No files in here" : "여기에 파일 없음",
"Upload some content or sync with your devices!" : "파일을 업로드하거나 장치와 동기화하십시오!",
@@ -118,6 +124,7 @@ OC.L10N.register(
"No favorites" : "책갈피 없음",
"Files and folders you mark as favorite will show up here" : "책갈피에 추가한 파일과 폴더가 여기에 나타납니다",
"Text file" : "텍스트 파일",
- "New text file.txt" : "새 텍스트 파일.txt"
+ "New text file.txt" : "새 텍스트 파일.txt",
+ "Cancel upload" : "업로드 취소"
},
"nplurals=1; plural=0;");
diff --git a/apps/files/l10n/ko.json b/apps/files/l10n/ko.json
index e31db19186c..68a1ffc15f7 100644
--- a/apps/files/l10n/ko.json
+++ b/apps/files/l10n/ko.json
@@ -19,7 +19,9 @@
"Invalid directory." : "올바르지 않은 디렉터리입니다.",
"Files" : "파일",
"All files" : "모든 파일",
- "Home" : "가정",
+ "Recent" : "최근",
+ "File could not be found" : "파일을 찾을 수 없음",
+ "Home" : "홈",
"Close" : "닫기",
"Favorites" : "즐겨찾기",
"Upload cancelled." : "업로드가 취소되었습니다.",
@@ -31,6 +33,7 @@
"Uploading..." : "업로드 중...",
"..." : "...",
"{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} 시간 {plural_s} 남음",
+ "Soon..." : "곧...",
"File upload is in progress. Leaving the page now will cancel the upload." : "파일 업로드가 진행 중입니다. 이 페이지를 벗어나면 업로드가 취소됩니다.",
"Actions" : "작업",
"Download" : "다운로드",
@@ -72,10 +75,12 @@
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner}의 저장 공간이 거의 가득 찼습니다({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "저장 공간이 거의 가득 찼습니다({usedSpacePercent}%)",
"_matches '{filter}'_::_match '{filter}'_" : ["'{filter}'와(과) 일치"],
+ "View in folder" : "폴더보기",
"Path" : "경로",
"_%n byte_::_%n bytes_" : ["%n바이트"],
"Favorited" : "책갈피에 추가됨",
"Favorite" : "즐겨찾기",
+ "Local link" : "로컬 링크",
"Folder" : "폴더",
"New folder" : "새 폴더",
"{newname} already exists" : "{newname} 항목이 이미 존재함",
@@ -106,6 +111,7 @@
"With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM을 사용 중이면 변경 사항이 적용되는 데 최대 5분 정도 걸릴 수 있습니다.",
"Missing permissions to edit from here." : "여기에서 편집할 권한이 없습니다.",
"Settings" : "설정",
+ "Show hidden files" : "숨겨진 파일보기",
"WebDAV" : "WebDAV",
"No files in here" : "여기에 파일 없음",
"Upload some content or sync with your devices!" : "파일을 업로드하거나 장치와 동기화하십시오!",
@@ -116,6 +122,7 @@
"No favorites" : "책갈피 없음",
"Files and folders you mark as favorite will show up here" : "책갈피에 추가한 파일과 폴더가 여기에 나타납니다",
"Text file" : "텍스트 파일",
- "New text file.txt" : "새 텍스트 파일.txt"
+ "New text file.txt" : "새 텍스트 파일.txt",
+ "Cancel upload" : "업로드 취소"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/apps/files_versions/l10n/ko.js b/apps/files_versions/l10n/ko.js
index 21c30390609..901e6d69aa8 100644
--- a/apps/files_versions/l10n/ko.js
+++ b/apps/files_versions/l10n/ko.js
@@ -1,7 +1,7 @@
OC.L10N.register(
"files_versions",
{
- "Could not revert: %s" : "되돌릴 수 없습니다: %s",
+ "Could not revert: %s" : "되돌릴 수 없음: %s",
"Versions" : "버전",
"Failed to revert {file} to revision {timestamp}." : "{file}을(를) 리비전 {timestamp}으(로) 되돌리는 데 실패했습니다.",
"Restore" : "복원",
diff --git a/apps/files_versions/l10n/ko.json b/apps/files_versions/l10n/ko.json
index 22ad4b685be..9f303e35aee 100644
--- a/apps/files_versions/l10n/ko.json
+++ b/apps/files_versions/l10n/ko.json
@@ -1,5 +1,5 @@
{ "translations": {
- "Could not revert: %s" : "되돌릴 수 없습니다: %s",
+ "Could not revert: %s" : "되돌릴 수 없음: %s",
"Versions" : "버전",
"Failed to revert {file} to revision {timestamp}." : "{file}을(를) 리비전 {timestamp}으(로) 되돌리는 데 실패했습니다.",
"Restore" : "복원",
diff --git a/apps/twofactor_backupcodes/l10n/nb_NO.js b/apps/twofactor_backupcodes/l10n/nb_NO.js
index a18c4bb695f..dd340787993 100644
--- a/apps/twofactor_backupcodes/l10n/nb_NO.js
+++ b/apps/twofactor_backupcodes/l10n/nb_NO.js
@@ -11,6 +11,7 @@ OC.L10N.register(
"An error occurred while generating your backup codes" : "En feil oppstod under generering av sikkerhetskopi koder",
"Nextcloud backup codes" : "Nextclouds backupkoder",
"Backup code" : "Sikkerhetskopi kode",
- "Use backup code" : "Bruker sikkerhetskopi kode"
+ "Use backup code" : "Bruker sikkerhetskopi kode",
+ "Second-factor backup codes" : "To-faktor sikkerhetskopikoder"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/twofactor_backupcodes/l10n/nb_NO.json b/apps/twofactor_backupcodes/l10n/nb_NO.json
index 136431ac7cd..282514e1e8a 100644
--- a/apps/twofactor_backupcodes/l10n/nb_NO.json
+++ b/apps/twofactor_backupcodes/l10n/nb_NO.json
@@ -9,6 +9,7 @@
"An error occurred while generating your backup codes" : "En feil oppstod under generering av sikkerhetskopi koder",
"Nextcloud backup codes" : "Nextclouds backupkoder",
"Backup code" : "Sikkerhetskopi kode",
- "Use backup code" : "Bruker sikkerhetskopi kode"
+ "Use backup code" : "Bruker sikkerhetskopi kode",
+ "Second-factor backup codes" : "To-faktor sikkerhetskopikoder"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/updatenotification/l10n/cs_CZ.js b/apps/updatenotification/l10n/cs_CZ.js
index 23af7c686d1..1380d8eba95 100644
--- a/apps/updatenotification/l10n/cs_CZ.js
+++ b/apps/updatenotification/l10n/cs_CZ.js
@@ -7,7 +7,6 @@ OC.L10N.register(
"Nextcloud core" : "Nextcloud Core",
"Update for %1$s to version %2$s is available." : "Je dostupná aktualizace pro %1$s na verzi %2$s.",
"A new version is available: %s" : "Je dostupná nová verze: %s",
- "Download now" : "Stáhnout nyní",
"Your version is up to date." : "Používáte nejnovější verzi.",
"Checked on %s" : "Zkontrolováno %s",
"Update channel:" : "Aktualizovat kanál:",
diff --git a/apps/updatenotification/l10n/cs_CZ.json b/apps/updatenotification/l10n/cs_CZ.json
index 95b10919df0..f5137fe6695 100644
--- a/apps/updatenotification/l10n/cs_CZ.json
+++ b/apps/updatenotification/l10n/cs_CZ.json
@@ -5,7 +5,6 @@
"Nextcloud core" : "Nextcloud Core",
"Update for %1$s to version %2$s is available." : "Je dostupná aktualizace pro %1$s na verzi %2$s.",
"A new version is available: %s" : "Je dostupná nová verze: %s",
- "Download now" : "Stáhnout nyní",
"Your version is up to date." : "Používáte nejnovější verzi.",
"Checked on %s" : "Zkontrolováno %s",
"Update channel:" : "Aktualizovat kanál:",
diff --git a/apps/updatenotification/l10n/de.js b/apps/updatenotification/l10n/de.js
index 90a69f27780..f0eea25d287 100644
--- a/apps/updatenotification/l10n/de.js
+++ b/apps/updatenotification/l10n/de.js
@@ -7,7 +7,6 @@ OC.L10N.register(
"Nextcloud core" : "Nextcloud Kern",
"Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
"A new version is available: %s" : "Eine neue Version ist verfügbar: %s",
- "Download now" : "Jetzt herunterladen",
"Your version is up to date." : "Deine Version ist aktuell.",
"Checked on %s" : "Geprüft am %s",
"Update channel:" : "Update-Kanal:",
diff --git a/apps/updatenotification/l10n/de.json b/apps/updatenotification/l10n/de.json
index 7215f2daa19..462db15bd32 100644
--- a/apps/updatenotification/l10n/de.json
+++ b/apps/updatenotification/l10n/de.json
@@ -5,7 +5,6 @@
"Nextcloud core" : "Nextcloud Kern",
"Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
"A new version is available: %s" : "Eine neue Version ist verfügbar: %s",
- "Download now" : "Jetzt herunterladen",
"Your version is up to date." : "Deine Version ist aktuell.",
"Checked on %s" : "Geprüft am %s",
"Update channel:" : "Update-Kanal:",
diff --git a/apps/updatenotification/l10n/de_DE.js b/apps/updatenotification/l10n/de_DE.js
index ca7d72f4efe..04ad9e9041c 100644
--- a/apps/updatenotification/l10n/de_DE.js
+++ b/apps/updatenotification/l10n/de_DE.js
@@ -7,7 +7,6 @@ OC.L10N.register(
"Nextcloud core" : "Nextcloud Kern",
"Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
"A new version is available: %s" : "Eine neue Version ist verfügbar: %s",
- "Download now" : "Jetzt herunterladen",
"Your version is up to date." : "Ihre Version ist aktuell.",
"Checked on %s" : "Überprüft am %s",
"Update channel:" : "Update-Kanal:",
diff --git a/apps/updatenotification/l10n/de_DE.json b/apps/updatenotification/l10n/de_DE.json
index 32a40d1e3c2..fbcceda4c2c 100644
--- a/apps/updatenotification/l10n/de_DE.json
+++ b/apps/updatenotification/l10n/de_DE.json
@@ -5,7 +5,6 @@
"Nextcloud core" : "Nextcloud Kern",
"Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
"A new version is available: %s" : "Eine neue Version ist verfügbar: %s",
- "Download now" : "Jetzt herunterladen",
"Your version is up to date." : "Ihre Version ist aktuell.",
"Checked on %s" : "Überprüft am %s",
"Update channel:" : "Update-Kanal:",
diff --git a/apps/updatenotification/l10n/es.js b/apps/updatenotification/l10n/es.js
index 56e8dab2bad..21e1c4a1d47 100644
--- a/apps/updatenotification/l10n/es.js
+++ b/apps/updatenotification/l10n/es.js
@@ -6,7 +6,6 @@ OC.L10N.register(
"Nextcloud core" : "Núcleo de Nextcloud",
"Update for %1$s to version %2$s is available." : "La actualización de %1$s a la versión %2$s está disponible.",
"A new version is available: %s" : "Hay una nueva versión disponible: %s",
- "Download now" : "Descargar ahora",
"Your version is up to date." : "Su versión está actualizada.",
"Checked on %s" : "Revisado el %s",
"Update channel:" : "Canal de actualización: ",
diff --git a/apps/updatenotification/l10n/es.json b/apps/updatenotification/l10n/es.json
index a046319aa1b..4f99be77b7a 100644
--- a/apps/updatenotification/l10n/es.json
+++ b/apps/updatenotification/l10n/es.json
@@ -4,7 +4,6 @@
"Nextcloud core" : "Núcleo de Nextcloud",
"Update for %1$s to version %2$s is available." : "La actualización de %1$s a la versión %2$s está disponible.",
"A new version is available: %s" : "Hay una nueva versión disponible: %s",
- "Download now" : "Descargar ahora",
"Your version is up to date." : "Su versión está actualizada.",
"Checked on %s" : "Revisado el %s",
"Update channel:" : "Canal de actualización: ",
diff --git a/apps/updatenotification/l10n/fr.js b/apps/updatenotification/l10n/fr.js
index 0fa1d3d9620..50507f29681 100644
--- a/apps/updatenotification/l10n/fr.js
+++ b/apps/updatenotification/l10n/fr.js
@@ -7,7 +7,6 @@ OC.L10N.register(
"Nextcloud core" : "Noyau Nextcloud",
"Update for %1$s to version %2$s is available." : "Une mise à jour de %1$s vers la version %2$s est disponible.",
"A new version is available: %s" : "Une nouvelle version est disponible : %s",
- "Download now" : "Télécharger maintenant",
"Your version is up to date." : "Votre version est à jour.",
"Checked on %s" : "Vérifié le %s",
"Update channel:" : "Canal de mise à jour :",
diff --git a/apps/updatenotification/l10n/fr.json b/apps/updatenotification/l10n/fr.json
index 7d69b26af4d..8141b240aaf 100644
--- a/apps/updatenotification/l10n/fr.json
+++ b/apps/updatenotification/l10n/fr.json
@@ -5,7 +5,6 @@
"Nextcloud core" : "Noyau Nextcloud",
"Update for %1$s to version %2$s is available." : "Une mise à jour de %1$s vers la version %2$s est disponible.",
"A new version is available: %s" : "Une nouvelle version est disponible : %s",
- "Download now" : "Télécharger maintenant",
"Your version is up to date." : "Votre version est à jour.",
"Checked on %s" : "Vérifié le %s",
"Update channel:" : "Canal de mise à jour :",
diff --git a/apps/updatenotification/l10n/hu_HU.js b/apps/updatenotification/l10n/hu_HU.js
index 5a5b720b56b..ab0555506db 100644
--- a/apps/updatenotification/l10n/hu_HU.js
+++ b/apps/updatenotification/l10n/hu_HU.js
@@ -7,7 +7,6 @@ OC.L10N.register(
"Nextcloud core" : "Nextcloud mag",
"Update for %1$s to version %2$s is available." : "%1$s frissíthető %2$s verzióra.",
"A new version is available: %s" : "Új verzió érhető el: %s",
- "Download now" : "Letöltés most",
"Your version is up to date." : "Verzió frissítve.",
"Checked on %s" : "Ellenőrizve: %s",
"Update channel:" : "Frissítési csatorna:",
diff --git a/apps/updatenotification/l10n/hu_HU.json b/apps/updatenotification/l10n/hu_HU.json
index a95b0069d0a..cac481bc9ea 100644
--- a/apps/updatenotification/l10n/hu_HU.json
+++ b/apps/updatenotification/l10n/hu_HU.json
@@ -5,7 +5,6 @@
"Nextcloud core" : "Nextcloud mag",
"Update for %1$s to version %2$s is available." : "%1$s frissíthető %2$s verzióra.",
"A new version is available: %s" : "Új verzió érhető el: %s",
- "Download now" : "Letöltés most",
"Your version is up to date." : "Verzió frissítve.",
"Checked on %s" : "Ellenőrizve: %s",
"Update channel:" : "Frissítési csatorna:",
diff --git a/apps/updatenotification/l10n/is.js b/apps/updatenotification/l10n/is.js
index 321ac5d187d..088002b3d0f 100644
--- a/apps/updatenotification/l10n/is.js
+++ b/apps/updatenotification/l10n/is.js
@@ -7,7 +7,6 @@ OC.L10N.register(
"Nextcloud core" : "Nextcloud kjarni",
"Update for %1$s to version %2$s is available." : "Upfærsla %1$s í útgáfu %2$s er tiltæk.",
"A new version is available: %s" : "Ný útgáfa er tiltæk: %s",
- "Download now" : "Sækja núna",
"Your version is up to date." : "Útgáfan þín er af nýjustu gerð.",
"Checked on %s" : "Athugað þann %s",
"Update channel:" : "Uppfærslurás:",
diff --git a/apps/updatenotification/l10n/is.json b/apps/updatenotification/l10n/is.json
index f556061e97c..dffe445f297 100644
--- a/apps/updatenotification/l10n/is.json
+++ b/apps/updatenotification/l10n/is.json
@@ -5,7 +5,6 @@
"Nextcloud core" : "Nextcloud kjarni",
"Update for %1$s to version %2$s is available." : "Upfærsla %1$s í útgáfu %2$s er tiltæk.",
"A new version is available: %s" : "Ný útgáfa er tiltæk: %s",
- "Download now" : "Sækja núna",
"Your version is up to date." : "Útgáfan þín er af nýjustu gerð.",
"Checked on %s" : "Athugað þann %s",
"Update channel:" : "Uppfærslurás:",
diff --git a/apps/updatenotification/l10n/it.js b/apps/updatenotification/l10n/it.js
index c8bc5cc8993..22cecbb635b 100644
--- a/apps/updatenotification/l10n/it.js
+++ b/apps/updatenotification/l10n/it.js
@@ -7,7 +7,6 @@ OC.L10N.register(
"Nextcloud core" : "Componente principale di Nextcloud",
"Update for %1$s to version %2$s is available." : "È disponibile l'aggiornamento di %1$s alla versione %2$s.",
"A new version is available: %s" : "Una nuova versione è disponibile: %s",
- "Download now" : "Scarica ora",
"Your version is up to date." : "La tua versione è aggiornata.",
"Checked on %s" : "Controllato il %s",
"Update channel:" : "Canale di aggiornamento:",
diff --git a/apps/updatenotification/l10n/it.json b/apps/updatenotification/l10n/it.json
index 55f901f4951..46cc80b79c3 100644
--- a/apps/updatenotification/l10n/it.json
+++ b/apps/updatenotification/l10n/it.json
@@ -5,7 +5,6 @@
"Nextcloud core" : "Componente principale di Nextcloud",
"Update for %1$s to version %2$s is available." : "È disponibile l'aggiornamento di %1$s alla versione %2$s.",
"A new version is available: %s" : "Una nuova versione è disponibile: %s",
- "Download now" : "Scarica ora",
"Your version is up to date." : "La tua versione è aggiornata.",
"Checked on %s" : "Controllato il %s",
"Update channel:" : "Canale di aggiornamento:",
diff --git a/apps/updatenotification/l10n/nb_NO.js b/apps/updatenotification/l10n/nb_NO.js
index 26a292886b4..52dd4dbf5b9 100644
--- a/apps/updatenotification/l10n/nb_NO.js
+++ b/apps/updatenotification/l10n/nb_NO.js
@@ -7,7 +7,6 @@ OC.L10N.register(
"Nextcloud core" : "Nextcloud kjerne",
"Update for %1$s to version %2$s is available." : "Oppdatering for %1$s til versjon %2$s er tilgjengelig.",
"A new version is available: %s" : "En ny versjon er tilgjengelig: %s",
- "Download now" : "Last ned nå",
"Your version is up to date." : "Du har nyeste versjon.",
"Checked on %s" : "Sjekket %s",
"Update channel:" : "Oppdateringskanal:",
diff --git a/apps/updatenotification/l10n/nb_NO.json b/apps/updatenotification/l10n/nb_NO.json
index 709a325f6c8..ade0bd8a078 100644
--- a/apps/updatenotification/l10n/nb_NO.json
+++ b/apps/updatenotification/l10n/nb_NO.json
@@ -5,7 +5,6 @@
"Nextcloud core" : "Nextcloud kjerne",
"Update for %1$s to version %2$s is available." : "Oppdatering for %1$s til versjon %2$s er tilgjengelig.",
"A new version is available: %s" : "En ny versjon er tilgjengelig: %s",
- "Download now" : "Last ned nå",
"Your version is up to date." : "Du har nyeste versjon.",
"Checked on %s" : "Sjekket %s",
"Update channel:" : "Oppdateringskanal:",
diff --git a/apps/updatenotification/l10n/nl.js b/apps/updatenotification/l10n/nl.js
index cc5c1ee3fcd..1f52bd6eab5 100644
--- a/apps/updatenotification/l10n/nl.js
+++ b/apps/updatenotification/l10n/nl.js
@@ -7,7 +7,6 @@ OC.L10N.register(
"Nextcloud core" : "Nextcloud core",
"Update for %1$s to version %2$s is available." : "Update voor %1$s naar versie %2$s is beschikbaar.",
"A new version is available: %s" : "Er is een nieuwe versie beschikbaar: %s",
- "Download now" : "Download nu",
"Your version is up to date." : "Je versie is up to date.",
"Checked on %s" : "Gecontroleerd op %s",
"Update channel:" : "Bijwerkkanaal:",
diff --git a/apps/updatenotification/l10n/nl.json b/apps/updatenotification/l10n/nl.json
index b907300c2e1..2ed08b45a9b 100644
--- a/apps/updatenotification/l10n/nl.json
+++ b/apps/updatenotification/l10n/nl.json
@@ -5,7 +5,6 @@
"Nextcloud core" : "Nextcloud core",
"Update for %1$s to version %2$s is available." : "Update voor %1$s naar versie %2$s is beschikbaar.",
"A new version is available: %s" : "Er is een nieuwe versie beschikbaar: %s",
- "Download now" : "Download nu",
"Your version is up to date." : "Je versie is up to date.",
"Checked on %s" : "Gecontroleerd op %s",
"Update channel:" : "Bijwerkkanaal:",
diff --git a/apps/updatenotification/l10n/ru.js b/apps/updatenotification/l10n/ru.js
index 940cf041f6d..e69dbc37263 100644
--- a/apps/updatenotification/l10n/ru.js
+++ b/apps/updatenotification/l10n/ru.js
@@ -7,7 +7,6 @@ OC.L10N.register(
"Nextcloud core" : "Nextcloud core",
"Update for %1$s to version %2$s is available." : "Доступно обновление для %1$s до версии %2$s.",
"A new version is available: %s" : "Доступна новая версия: %s",
- "Download now" : "Скачать сейчас",
"Your version is up to date." : "Версия не требует обновления.",
"Checked on %s" : "Проверено %s",
"Update channel:" : "Канал обновлений:",
diff --git a/apps/updatenotification/l10n/ru.json b/apps/updatenotification/l10n/ru.json
index 623e1303a00..c095234f262 100644
--- a/apps/updatenotification/l10n/ru.json
+++ b/apps/updatenotification/l10n/ru.json
@@ -5,7 +5,6 @@
"Nextcloud core" : "Nextcloud core",
"Update for %1$s to version %2$s is available." : "Доступно обновление для %1$s до версии %2$s.",
"A new version is available: %s" : "Доступна новая версия: %s",
- "Download now" : "Скачать сейчас",
"Your version is up to date." : "Версия не требует обновления.",
"Checked on %s" : "Проверено %s",
"Update channel:" : "Канал обновлений:",
diff --git a/apps/workflowengine/l10n/cs_CZ.js b/apps/workflowengine/l10n/cs_CZ.js
new file mode 100644
index 00000000000..68c6e7225d9
--- /dev/null
+++ b/apps/workflowengine/l10n/cs_CZ.js
@@ -0,0 +1,71 @@
+OC.L10N.register(
+ "workflowengine",
+ {
+ "Successfully saved" : "Úspěšně uloženo",
+ "Saving failed:" : "Ukládání selhalo:",
+ "File mime type" : "Mime typ souboru",
+ "is" : "je",
+ "is not" : "není",
+ "matches" : "odpovídá",
+ "does not match" : "neodpovídá",
+ "Example: {placeholder}" : "Příklad: {placeholder}",
+ "File size (upload)" : "Velikost souboru (nahráno)",
+ "less" : "menší",
+ "less or equals" : "menší nebo rovno",
+ "greater or equals" : "větší nebo rovno",
+ "greater" : "větší",
+ "File system tag" : "Štítek souborového systému",
+ "is tagged with" : "je označen",
+ "is not tagged with" : "není označen",
+ "Select tag…" : "vybrat značku…",
+ "Request remote address" : "Vzdálená adresa požadavku",
+ "matches IPv4" : "odpovídá IPv4",
+ "does not match IPv4" : "neodpovídá IPv4",
+ "matches IPv6" : "odpovídá IPv6",
+ "does not match IPv6" : "neodpovídá IPv6",
+ "Request time" : "Čas požadavku",
+ "between" : "mezi",
+ "not between" : "není mezi",
+ "Start" : "Začátek",
+ "End" : "Konec",
+ "Select timezone…" : "Vybrat časové pásmo…",
+ "Request URL" : "URL požadavku",
+ "Predefined URLs" : "Předdefinované URL",
+ "Files WebDAV" : "Soubory WebDAV",
+ "Request user agent" : "User agent požadavku",
+ "Sync clients" : "Synchronizační klienti",
+ "Android client" : "Android klient",
+ "iOS client" : "iOS klient",
+ "Desktop client" : "Desktopový klient",
+ "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 regular expression is invalid" : "Zadaný regulární výraz je neplatný",
+ "The given file size is invalid" : "Zadaná velikost souboru je neplatná",
+ "The given tag id is invalid" : "Zadané id značky je neplatné",
+ "The given IP range is invalid" : "Zadaný rozsah IP je neplatný",
+ "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 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 is invalid" : "Operace %s je neplatná",
+ "Check %s does not exist" : "Kontrola %s neexistuje",
+ "Check %s is invalid" : "Kontrola %s je neplatná",
+ "Check #%s does not exist" : "Kontrola #%s neexistuje",
+ "Workflow" : "Postup práce",
+ "Open documentation" : "Otevřít dokumentaci",
+ "Add rule group" : "Přidat skupinu pravidel",
+ "Short rule description" : "Krátký popis pravidla",
+ "Add rule" : "Přidat pravidlo",
+ "Reset" : "Obnovit",
+ "Save" : "Uložit",
+ "Saving…" : "Ukládání…",
+ "Loading…" : "Načítání…"
+},
+"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/apps/workflowengine/l10n/cs_CZ.json b/apps/workflowengine/l10n/cs_CZ.json
new file mode 100644
index 00000000000..ea8b33d1ca6
--- /dev/null
+++ b/apps/workflowengine/l10n/cs_CZ.json
@@ -0,0 +1,69 @@
+{ "translations": {
+ "Successfully saved" : "Úspěšně uloženo",
+ "Saving failed:" : "Ukládání selhalo:",
+ "File mime type" : "Mime typ souboru",
+ "is" : "je",
+ "is not" : "není",
+ "matches" : "odpovídá",
+ "does not match" : "neodpovídá",
+ "Example: {placeholder}" : "Příklad: {placeholder}",
+ "File size (upload)" : "Velikost souboru (nahráno)",
+ "less" : "menší",
+ "less or equals" : "menší nebo rovno",
+ "greater or equals" : "větší nebo rovno",
+ "greater" : "větší",
+ "File system tag" : "Štítek souborového systému",
+ "is tagged with" : "je označen",
+ "is not tagged with" : "není označen",
+ "Select tag…" : "vybrat značku…",
+ "Request remote address" : "Vzdálená adresa požadavku",
+ "matches IPv4" : "odpovídá IPv4",
+ "does not match IPv4" : "neodpovídá IPv4",
+ "matches IPv6" : "odpovídá IPv6",
+ "does not match IPv6" : "neodpovídá IPv6",
+ "Request time" : "Čas požadavku",
+ "between" : "mezi",
+ "not between" : "není mezi",
+ "Start" : "Začátek",
+ "End" : "Konec",
+ "Select timezone…" : "Vybrat časové pásmo…",
+ "Request URL" : "URL požadavku",
+ "Predefined URLs" : "Předdefinované URL",
+ "Files WebDAV" : "Soubory WebDAV",
+ "Request user agent" : "User agent požadavku",
+ "Sync clients" : "Synchronizační klienti",
+ "Android client" : "Android klient",
+ "iOS client" : "iOS klient",
+ "Desktop client" : "Desktopový klient",
+ "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 regular expression is invalid" : "Zadaný regulární výraz je neplatný",
+ "The given file size is invalid" : "Zadaná velikost souboru je neplatná",
+ "The given tag id is invalid" : "Zadané id značky je neplatné",
+ "The given IP range is invalid" : "Zadaný rozsah IP je neplatný",
+ "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 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 is invalid" : "Operace %s je neplatná",
+ "Check %s does not exist" : "Kontrola %s neexistuje",
+ "Check %s is invalid" : "Kontrola %s je neplatná",
+ "Check #%s does not exist" : "Kontrola #%s neexistuje",
+ "Workflow" : "Postup práce",
+ "Open documentation" : "Otevřít dokumentaci",
+ "Add rule group" : "Přidat skupinu pravidel",
+ "Short rule description" : "Krátký popis pravidla",
+ "Add rule" : "Přidat pravidlo",
+ "Reset" : "Obnovit",
+ "Save" : "Uložit",
+ "Saving…" : "Ukládání…",
+ "Loading…" : "Načítání…"
+},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+} \ No newline at end of file
diff --git a/apps/workflowengine/l10n/de.js b/apps/workflowengine/l10n/de.js
new file mode 100644
index 00000000000..5101509f86d
--- /dev/null
+++ b/apps/workflowengine/l10n/de.js
@@ -0,0 +1,71 @@
+OC.L10N.register(
+ "workflowengine",
+ {
+ "Successfully saved" : "Erfolgreich gespeichert",
+ "Saving failed:" : "Speichern fehlgeschlagen;",
+ "File mime type" : "Datei Mediatyp",
+ "is" : "ist",
+ "is not" : "ist nicht",
+ "matches" : "entspricht",
+ "does not match" : "entspricht nicht",
+ "Example: {placeholder}" : "Beispiel: {placeholder}",
+ "File size (upload)" : "Dateigröße (beim Hochladen)",
+ "less" : "weniger",
+ "less or equals" : "weniger oder gleich",
+ "greater or equals" : "größer oder gleich",
+ "greater" : "größer",
+ "File system tag" : "Datei Zusammenarbeits-Tag",
+ "is tagged with" : "ist zugewiesen",
+ "is not tagged with" : "ist nicht zugewiesen",
+ "Select tag…" : "Wähle einen Tag…",
+ "Request remote address" : "Anfrage Remote-Addresse",
+ "matches IPv4" : "entspricht IPv4",
+ "does not match IPv4" : "entspricht nicht IPv4",
+ "matches IPv6" : "entspricht IPv6",
+ "does not match IPv6" : "entspricht nicht IPv6",
+ "Request time" : "Anfrage Zeitpunkt",
+ "between" : "zwischen",
+ "not between" : "nicht zwischen",
+ "Start" : "Beginn",
+ "End" : "Ende",
+ "Select timezone…" : "Wähle eine Zeitzone…",
+ "Request URL" : "Anfrage URL",
+ "Predefined URLs" : "Vordefinierte URLs",
+ "Files WebDAV" : "WebDAV für Dateien",
+ "Request user agent" : "Anfrage Benutzeragent",
+ "Sync clients" : "Sync-Clients",
+ "Android client" : "Android Client",
+ "iOS client" : "iOS Client",
+ "Desktop client" : "Desktop Client",
+ "User group membership" : "Benutzer Gruppenzugehörigkeit",
+ "is member of" : "ist Mitglied von",
+ "is not member of" : "ist kein Mitglied von",
+ "The given operator is invalid" : "Der gegebene Operator ist ungültig",
+ "The given regular expression is invalid" : "Der gegebene Reguläre Ausdruck ist ungültig",
+ "The given file size is invalid" : "Die gegebene Dateigröße ist ungültig",
+ "The given tag id is invalid" : "Die gegebene Tag ID ist ungültig",
+ "The given IP range is invalid" : "Der gegebene IP-Bereich ist ungültig",
+ "The given IP range is not valid for IPv4" : "Der gegebene IP-Bereich ist ungültig für IPv4",
+ "The given IP range is not valid for IPv6" : "Der gegebene IP-Bereich ist ungültig für IPv6",
+ "The given time span is invalid" : "Die gegebene Zeitspanne ist ungütlig",
+ "The given start time is invalid" : "Die gegebene Anfangszeit ist ungültig",
+ "The given end time is invalid" : "Die gegebene Endzeit ist ungültig",
+ "The given group does not exist" : "Die gegebene Gruppe existiert nicht",
+ "Check %s is invalid or does not exist" : "Der Check %s ist ungütlig oder existiert nicht",
+ "Operation #%s does not exist" : "Operator #%s existert nicht",
+ "Operation %s does not exist" : "Operator %s existert nicht",
+ "Operation %s is invalid" : "Operation %s ist ungültig",
+ "Check %s does not exist" : "Check %s existiert nicht",
+ "Check %s is invalid" : "Check %s ist ungültig",
+ "Check #%s does not exist" : "Check #%s existiert nicht",
+ "Workflow" : "Workflow",
+ "Open documentation" : "Öffne Dokumentation",
+ "Add rule group" : "Regelgruppe hinzufügen",
+ "Short rule description" : "Kurze Regelbeschreibung",
+ "Add rule" : "Regel hinzufügen",
+ "Reset" : "Zurücksetzen",
+ "Save" : "Speichern",
+ "Saving…" : "Speichern…",
+ "Loading…" : "Laden…"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/workflowengine/l10n/de.json b/apps/workflowengine/l10n/de.json
new file mode 100644
index 00000000000..8a81877f923
--- /dev/null
+++ b/apps/workflowengine/l10n/de.json
@@ -0,0 +1,69 @@
+{ "translations": {
+ "Successfully saved" : "Erfolgreich gespeichert",
+ "Saving failed:" : "Speichern fehlgeschlagen;",
+ "File mime type" : "Datei Mediatyp",
+ "is" : "ist",
+ "is not" : "ist nicht",
+ "matches" : "entspricht",
+ "does not match" : "entspricht nicht",
+ "Example: {placeholder}" : "Beispiel: {placeholder}",
+ "File size (upload)" : "Dateigröße (beim Hochladen)",
+ "less" : "weniger",
+ "less or equals" : "weniger oder gleich",
+ "greater or equals" : "größer oder gleich",
+ "greater" : "größer",
+ "File system tag" : "Datei Zusammenarbeits-Tag",
+ "is tagged with" : "ist zugewiesen",
+ "is not tagged with" : "ist nicht zugewiesen",
+ "Select tag…" : "Wähle einen Tag…",
+ "Request remote address" : "Anfrage Remote-Addresse",
+ "matches IPv4" : "entspricht IPv4",
+ "does not match IPv4" : "entspricht nicht IPv4",
+ "matches IPv6" : "entspricht IPv6",
+ "does not match IPv6" : "entspricht nicht IPv6",
+ "Request time" : "Anfrage Zeitpunkt",
+ "between" : "zwischen",
+ "not between" : "nicht zwischen",
+ "Start" : "Beginn",
+ "End" : "Ende",
+ "Select timezone…" : "Wähle eine Zeitzone…",
+ "Request URL" : "Anfrage URL",
+ "Predefined URLs" : "Vordefinierte URLs",
+ "Files WebDAV" : "WebDAV für Dateien",
+ "Request user agent" : "Anfrage Benutzeragent",
+ "Sync clients" : "Sync-Clients",
+ "Android client" : "Android Client",
+ "iOS client" : "iOS Client",
+ "Desktop client" : "Desktop Client",
+ "User group membership" : "Benutzer Gruppenzugehörigkeit",
+ "is member of" : "ist Mitglied von",
+ "is not member of" : "ist kein Mitglied von",
+ "The given operator is invalid" : "Der gegebene Operator ist ungültig",
+ "The given regular expression is invalid" : "Der gegebene Reguläre Ausdruck ist ungültig",
+ "The given file size is invalid" : "Die gegebene Dateigröße ist ungültig",
+ "The given tag id is invalid" : "Die gegebene Tag ID ist ungültig",
+ "The given IP range is invalid" : "Der gegebene IP-Bereich ist ungültig",
+ "The given IP range is not valid for IPv4" : "Der gegebene IP-Bereich ist ungültig für IPv4",
+ "The given IP range is not valid for IPv6" : "Der gegebene IP-Bereich ist ungültig für IPv6",
+ "The given time span is invalid" : "Die gegebene Zeitspanne ist ungütlig",
+ "The given start time is invalid" : "Die gegebene Anfangszeit ist ungültig",
+ "The given end time is invalid" : "Die gegebene Endzeit ist ungültig",
+ "The given group does not exist" : "Die gegebene Gruppe existiert nicht",
+ "Check %s is invalid or does not exist" : "Der Check %s ist ungütlig oder existiert nicht",
+ "Operation #%s does not exist" : "Operator #%s existert nicht",
+ "Operation %s does not exist" : "Operator %s existert nicht",
+ "Operation %s is invalid" : "Operation %s ist ungültig",
+ "Check %s does not exist" : "Check %s existiert nicht",
+ "Check %s is invalid" : "Check %s ist ungültig",
+ "Check #%s does not exist" : "Check #%s existiert nicht",
+ "Workflow" : "Workflow",
+ "Open documentation" : "Öffne Dokumentation",
+ "Add rule group" : "Regelgruppe hinzufügen",
+ "Short rule description" : "Kurze Regelbeschreibung",
+ "Add rule" : "Regel hinzufügen",
+ "Reset" : "Zurücksetzen",
+ "Save" : "Speichern",
+ "Saving…" : "Speichern…",
+ "Loading…" : "Laden…"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/workflowengine/l10n/de_DE.js b/apps/workflowengine/l10n/de_DE.js
new file mode 100644
index 00000000000..1bd80c12eaf
--- /dev/null
+++ b/apps/workflowengine/l10n/de_DE.js
@@ -0,0 +1,71 @@
+OC.L10N.register(
+ "workflowengine",
+ {
+ "Successfully saved" : "Erfolgreich gespeichert",
+ "Saving failed:" : "Speichern fehlgeschlagen:",
+ "File mime type" : "Datei Mime-Typ",
+ "is" : "ist",
+ "is not" : "ist nicht",
+ "matches" : "passt zu",
+ "does not match" : "passt nicht zu",
+ "Example: {placeholder}" : "Beispiel: {placeholder}",
+ "File size (upload)" : "Dateigröße (upload)",
+ "less" : "weniger",
+ "less or equals" : "weniger oder gleich",
+ "greater or equals" : "größer oder gleich",
+ "greater" : "größer",
+ "File system tag" : "Datei-System-tag",
+ "is tagged with" : "hat den Tag",
+ "is not tagged with" : "hat nicht den Tag",
+ "Select tag…" : "Wählen Sie einen Tag",
+ "Request remote address" : "Fordere entfernte Adresse an",
+ "matches IPv4" : "passt zu IPv4",
+ "does not match IPv4" : "passt nicht zu IPv4",
+ "matches IPv6" : "passt zu IPv6",
+ "does not match IPv6" : "passt nicht zu IPv6",
+ "Request time" : "Anforderungszeit",
+ "between" : "zwischen",
+ "not between" : "nicht zwischen",
+ "Start" : "Start",
+ "End" : "Ende",
+ "Select timezone…" : "Wählen Sie die Zeitzone",
+ "Request URL" : "Fordere URL an",
+ "Predefined URLs" : "Vordefinierte URLs",
+ "Files WebDAV" : "Dateien WebDAV",
+ "Request user agent" : "Benutzeragenten anfordern",
+ "Sync clients" : "Sync-Clients",
+ "Android client" : "Android Client",
+ "iOS client" : "iOS Client",
+ "Desktop client" : "Desktop client",
+ "User group membership" : "Benutzergruppen Mitgliedschaft",
+ "is member of" : "Ist Mitglied von",
+ "is not member of" : "Ist kein Mitglied von",
+ "The given operator is invalid" : "Der eingegebene Operator ist falsch",
+ "The given regular expression is invalid" : "Der eingegebene reguläre Ausdruck ist falsch",
+ "The given file size is invalid" : "Die eingegebne Dateigröße ist ungültig",
+ "The given tag id is invalid" : "Die eingegebene Tag-ID ist ungültig",
+ "The given IP range is invalid" : "Der eingegebene IP-Bereich ist falsch",
+ "The given IP range is not valid for IPv4" : "Der eingegebene IP-Bereich ist für IPv4 ungültig",
+ "The given IP range is not valid for IPv6" : "Der eingegebene IP-Bereich ist für IPv6 ungültig",
+ "The given time span is invalid" : "Die eingegebene Zeitspanne ist ungültig",
+ "The given start time is invalid" : "Die eingegebene Startzeit ist ungültig",
+ "The given end time is invalid" : "Die eingegebene Endzeit ist ungültig",
+ "The given group does not exist" : "Die eingegebene Gruppe existiert nicht",
+ "Check %s is invalid or does not exist" : "Prüfe ob %s ungültig ist oder nicht existiert",
+ "Operation #%s does not exist" : "Operation #%s existiert nicht",
+ "Operation %s does not exist" : "Operation %s existiert nicht",
+ "Operation %s is invalid" : "Operation %s ist ungültig",
+ "Check %s does not exist" : "Prüfe ob %s nicht existiert",
+ "Check %s is invalid" : "Prüfe ob %s ungültig ist",
+ "Check #%s does not exist" : "Prüfe ob #%s nicht existiert",
+ "Workflow" : "Workflow",
+ "Open documentation" : "Öffne Dokumentation",
+ "Add rule group" : "Regelgruppe hinzufügen",
+ "Short rule description" : "Kurze Regelbeschreibung",
+ "Add rule" : "Regel hinzufügen",
+ "Reset" : "Zurücksetzen",
+ "Save" : "Speichern",
+ "Saving…" : "Speichere...",
+ "Loading…" : "Lade..."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/workflowengine/l10n/de_DE.json b/apps/workflowengine/l10n/de_DE.json
new file mode 100644
index 00000000000..ace7c8ff6ee
--- /dev/null
+++ b/apps/workflowengine/l10n/de_DE.json
@@ -0,0 +1,69 @@
+{ "translations": {
+ "Successfully saved" : "Erfolgreich gespeichert",
+ "Saving failed:" : "Speichern fehlgeschlagen:",
+ "File mime type" : "Datei Mime-Typ",
+ "is" : "ist",
+ "is not" : "ist nicht",
+ "matches" : "passt zu",
+ "does not match" : "passt nicht zu",
+ "Example: {placeholder}" : "Beispiel: {placeholder}",
+ "File size (upload)" : "Dateigröße (upload)",
+ "less" : "weniger",
+ "less or equals" : "weniger oder gleich",
+ "greater or equals" : "größer oder gleich",
+ "greater" : "größer",
+ "File system tag" : "Datei-System-tag",
+ "is tagged with" : "hat den Tag",
+ "is not tagged with" : "hat nicht den Tag",
+ "Select tag…" : "Wählen Sie einen Tag",
+ "Request remote address" : "Fordere entfernte Adresse an",
+ "matches IPv4" : "passt zu IPv4",
+ "does not match IPv4" : "passt nicht zu IPv4",
+ "matches IPv6" : "passt zu IPv6",
+ "does not match IPv6" : "passt nicht zu IPv6",
+ "Request time" : "Anforderungszeit",
+ "between" : "zwischen",
+ "not between" : "nicht zwischen",
+ "Start" : "Start",
+ "End" : "Ende",
+ "Select timezone…" : "Wählen Sie die Zeitzone",
+ "Request URL" : "Fordere URL an",
+ "Predefined URLs" : "Vordefinierte URLs",
+ "Files WebDAV" : "Dateien WebDAV",
+ "Request user agent" : "Benutzeragenten anfordern",
+ "Sync clients" : "Sync-Clients",
+ "Android client" : "Android Client",
+ "iOS client" : "iOS Client",
+ "Desktop client" : "Desktop client",
+ "User group membership" : "Benutzergruppen Mitgliedschaft",
+ "is member of" : "Ist Mitglied von",
+ "is not member of" : "Ist kein Mitglied von",
+ "The given operator is invalid" : "Der eingegebene Operator ist falsch",
+ "The given regular expression is invalid" : "Der eingegebene reguläre Ausdruck ist falsch",
+ "The given file size is invalid" : "Die eingegebne Dateigröße ist ungültig",
+ "The given tag id is invalid" : "Die eingegebene Tag-ID ist ungültig",
+ "The given IP range is invalid" : "Der eingegebene IP-Bereich ist falsch",
+ "The given IP range is not valid for IPv4" : "Der eingegebene IP-Bereich ist für IPv4 ungültig",
+ "The given IP range is not valid for IPv6" : "Der eingegebene IP-Bereich ist für IPv6 ungültig",
+ "The given time span is invalid" : "Die eingegebene Zeitspanne ist ungültig",
+ "The given start time is invalid" : "Die eingegebene Startzeit ist ungültig",
+ "The given end time is invalid" : "Die eingegebene Endzeit ist ungültig",
+ "The given group does not exist" : "Die eingegebene Gruppe existiert nicht",
+ "Check %s is invalid or does not exist" : "Prüfe ob %s ungültig ist oder nicht existiert",
+ "Operation #%s does not exist" : "Operation #%s existiert nicht",
+ "Operation %s does not exist" : "Operation %s existiert nicht",
+ "Operation %s is invalid" : "Operation %s ist ungültig",
+ "Check %s does not exist" : "Prüfe ob %s nicht existiert",
+ "Check %s is invalid" : "Prüfe ob %s ungültig ist",
+ "Check #%s does not exist" : "Prüfe ob #%s nicht existiert",
+ "Workflow" : "Workflow",
+ "Open documentation" : "Öffne Dokumentation",
+ "Add rule group" : "Regelgruppe hinzufügen",
+ "Short rule description" : "Kurze Regelbeschreibung",
+ "Add rule" : "Regel hinzufügen",
+ "Reset" : "Zurücksetzen",
+ "Save" : "Speichern",
+ "Saving…" : "Speichere...",
+ "Loading…" : "Lade..."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file