Merge pull request #1255 from Human-Connection/consistent-naming-conventions

Maintain consistent naming/punctuation conventions
This commit is contained in:
Robert Schäfer 2019-08-13 12:16:00 +02:00 committed by GitHub
commit 1a09354bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View File

@ -173,7 +173,7 @@
"commentsCount": "Meine {count} Kommentare löschen", "commentsCount": "Meine {count} Kommentare löschen",
"accountDescription": "Sei dir bewusst, dass deine Beiträge und Kommentare für unsere Community wichtig sind. Wenn du sie trotzdem löschen möchtest, musst du sie unten markieren.", "accountDescription": "Sei dir bewusst, dass deine Beiträge und Kommentare für unsere Community wichtig sind. Wenn du sie trotzdem löschen möchtest, musst du sie unten markieren.",
"accountWarning": "Dein Konto, deine Beiträge oder Kommentare kannst du nach dem Löschen <b>WEDER VERWALTEN NOCH WIEDERHERSTELLEN!</b>", "accountWarning": "Dein Konto, deine Beiträge oder Kommentare kannst du nach dem Löschen <b>WEDER VERWALTEN NOCH WIEDERHERSTELLEN!</b>",
"success": "Konto erfolgreich gelöscht", "success": "Konto erfolgreich gelöscht!",
"pleaseConfirm": "<b class='is-danger'>Zerstörerische Aktion!</b> Gib <b>{confirm}</b> ein, um zu bestätigen." "pleaseConfirm": "<b class='is-danger'>Zerstörerische Aktion!</b> Gib <b>{confirm}</b> ein, um zu bestätigen."
}, },
"organizations": { "organizations": {
@ -329,7 +329,7 @@
"disable": { "disable": {
"submit": "Deaktivieren", "submit": "Deaktivieren",
"cancel": "Abbrechen", "cancel": "Abbrechen",
"success": "Erfolgreich deaktiviert", "success": "Erfolgreich deaktiviert!",
"user": { "user": {
"title": "Nutzer sperren", "title": "Nutzer sperren",
"type": "Nutzer", "type": "Nutzer",

View File

@ -36,7 +36,7 @@
"newest": "Newest", "newest": "Newest",
"oldest": "Oldest", "oldest": "Oldest",
"popular": "Popular", "popular": "Popular",
"commented": "most Commented" "commented": "Most commented"
}, },
"login": { "login": {
"copy": "If you already have a human-connection account, login here.", "copy": "If you already have a human-connection account, login here.",
@ -168,12 +168,12 @@
"name": "Download Data" "name": "Download Data"
}, },
"deleteUserAccount": { "deleteUserAccount": {
"name": "Delete Data", "name": "Delete data",
"contributionsCount": "Delete my {count} posts", "contributionsCount": "Delete my {count} posts",
"commentsCount": "Delete my {count} comments", "commentsCount": "Delete my {count} comments",
"accountDescription": "Be aware that your Post and Comments are important to our community. If you still choose to delete them, you have to mark them below.", "accountDescription": "Be aware that your Post and Comments are important to our community. If you still choose to delete them, you have to mark them below.",
"accountWarning": "You <b>CAN'T MANAGE</b> and <b>CAN'T RECOVER</b> your Account, Posts, or Comments after deleting your account!", "accountWarning": "You <b>CAN'T MANAGE</b> and <b>CAN'T RECOVER</b> your Account, Posts, or Comments after deleting your account!",
"success": "Account successfully deleted", "success": "Account successfully deleted!",
"pleaseConfirm": "<b class='is-danger'>Destructive action!</b> Type <b>{confirm}</b> to confirm" "pleaseConfirm": "<b class='is-danger'>Destructive action!</b> Type <b>{confirm}</b> to confirm"
}, },
"organizations": { "organizations": {
@ -329,7 +329,7 @@
"disable": { "disable": {
"submit": "Disable", "submit": "Disable",
"cancel": "Cancel", "cancel": "Cancel",
"success": "Disabled successfully", "success": "Disabled successfully!",
"user": { "user": {
"title": "Disable User", "title": "Disable User",
"type": "User", "type": "User",
@ -417,7 +417,7 @@
}, },
"user": { "user": {
"avatar": { "avatar": {
"submitted": "Upload successful" "submitted": "Upload successful!"
} }
}, },
"contribution": { "contribution": {