No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
42 changed files with 666 additions and 44 deletions
-
17apps/comments/l10n/ko.js
-
17apps/comments/l10n/ko.json
-
11apps/files/l10n/ko.js
-
11apps/files/l10n/ko.json
-
2apps/files_versions/l10n/ko.js
-
2apps/files_versions/l10n/ko.json
-
3apps/twofactor_backupcodes/l10n/nb_NO.js
-
3apps/twofactor_backupcodes/l10n/nb_NO.json
-
1apps/updatenotification/l10n/cs_CZ.js
-
1apps/updatenotification/l10n/cs_CZ.json
-
1apps/updatenotification/l10n/de.js
-
1apps/updatenotification/l10n/de.json
-
1apps/updatenotification/l10n/de_DE.js
-
1apps/updatenotification/l10n/de_DE.json
-
1apps/updatenotification/l10n/es.js
-
1apps/updatenotification/l10n/es.json
-
1apps/updatenotification/l10n/fr.js
-
1apps/updatenotification/l10n/fr.json
-
1apps/updatenotification/l10n/hu_HU.js
-
1apps/updatenotification/l10n/hu_HU.json
-
1apps/updatenotification/l10n/is.js
-
1apps/updatenotification/l10n/is.json
-
1apps/updatenotification/l10n/it.js
-
1apps/updatenotification/l10n/it.json
-
1apps/updatenotification/l10n/nb_NO.js
-
1apps/updatenotification/l10n/nb_NO.json
-
1apps/updatenotification/l10n/nl.js
-
1apps/updatenotification/l10n/nl.json
-
1apps/updatenotification/l10n/ru.js
-
1apps/updatenotification/l10n/ru.json
-
71apps/workflowengine/l10n/cs_CZ.js
-
69apps/workflowengine/l10n/cs_CZ.json
-
71apps/workflowengine/l10n/de.js
-
69apps/workflowengine/l10n/de.json
-
71apps/workflowengine/l10n/de_DE.js
-
69apps/workflowengine/l10n/de_DE.json
-
38core/l10n/ko.js
-
38core/l10n/ko.json
-
28lib/l10n/ko.js
-
28lib/l10n/ko.json
-
35settings/l10n/ko.js
-
35settings/l10n/ko.json
@ -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;"); |
|||
@ -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;" |
|||
} |
|||
@ -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;"); |
|||
@ -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;" |
|||
} |
|||
@ -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);"); |
|||
@ -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);" |
|||
} |
|||
@ -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);"); |
|||
@ -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);" |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue