-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
190 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"homeBtn": "Home", | ||
"copyright": "Copyright", | ||
"forAuthors": "for Authors", | ||
"license": "Veröffentlicht unter der {{license}} Lizenz", | ||
"WantHelp": "Möchtest du helfen?", | ||
"reportIssue": "Einen Fehler melden", | ||
"or": ", oder", | ||
"contribute": "mithelfen" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"welcome": "Wilkommen", | ||
"newNote": "Neue Notiz", | ||
"settings": "Einstellungen", | ||
"about": "Über" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"newNoteBtn": "Neue Notiz", | ||
"saveBtn": "Speichern", | ||
"deleteBtn": "Löschen", | ||
"settingsBtn": "Einstellungen", | ||
"aboutUsBtn": "Über uns" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"addCreateNote": "Bitte wähle eine Notiz aus oder erstelle eine neue", | ||
"thereIsNoNotesYetCreate": "Es gibt noch keine Notizen, bitte erstelle eine neue." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import header from './header.json' | ||
import homeContent from './homeContent.json' | ||
import noteEditor from './noteEditor.json' | ||
import statusModal from './statusModal.json' | ||
import yesNoModal from './yesNoModal.json' | ||
import settings from './settings.json' | ||
import about from './about.json' | ||
import dashboard from './dashboard.json' | ||
|
||
export default { | ||
header, | ||
homeContent, | ||
noteEditor, | ||
statusModal, | ||
yesNoModal, | ||
settings, | ||
about, | ||
dashboard | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"placeholder": "Scheibe deine Gedanken auf ..." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"cancelBtn": "Abbrechen", | ||
"saveBtn": "Speichern", | ||
"settings": "Einstellungen", | ||
"language": "Sprache" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"savingNote": "speichere Notiz ...", | ||
"noteSaveSuccess": "Notiz erfolgreich gespeichert.", | ||
"noteSaveFail": "Speichern der Notiz nicht möglich.", | ||
"loadingNote": "lade Notiz.", | ||
"noteLoadSuccess": "Notiz erfolgeich geladen.", | ||
"noteLoadFail": "Laden der Notiz nicht möglich.", | ||
"deletingNote": "lösche Notiz.", | ||
"noteDeleteSuccess": "Notiz erfolgreich gelöscht.", | ||
"noteDeleteFail": "löschen der Notiz nicht möglich." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"saveNote": "Möchtest du diese Notiz speichern?", | ||
"deleteNote": "Möchtest du diese Notiz wirklich löschen?", | ||
"yesBtn": "Ja", | ||
"noBtn": "Nein" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"homeBtn": "Home", | ||
"copyright": "Copyright", | ||
"forAuthors": "for Authors", | ||
"license": "Veröffentlicht unter der {{license}} Lizenz", | ||
"WantHelp": "Möchten sie helfen?", | ||
"reportIssue": "Einen Fehler melden", | ||
"or": ", oder", | ||
"contribute": "mithelfen" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"welcome": "Wilkommen", | ||
"newNote": "Neue Notiz", | ||
"settings": "Einstellungen", | ||
"about": "Über" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"newNoteBtn": "Neue Notiz", | ||
"saveBtn": "Speichern", | ||
"deleteBtn": "Löschen", | ||
"settingsBtn": "Einstellungen", | ||
"aboutUsBtn": "Über uns" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"addCreateNote": "Bitte wählen Sie eine Notiz aus oder erstellen Sie eine neue", | ||
"thereIsNoNotesYetCreate": "Es gibt noch keine Notizen, bitte erstellen Sie eine neue." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import header from './header.json' | ||
import homeContent from './homeContent.json' | ||
import noteEditor from './noteEditor.json' | ||
import statusModal from './statusModal.json' | ||
import yesNoModal from './yesNoModal.json' | ||
import settings from './settings.json' | ||
import about from './about.json' | ||
import dashboard from './dashboard.json' | ||
|
||
export default { | ||
header, | ||
homeContent, | ||
noteEditor, | ||
statusModal, | ||
yesNoModal, | ||
settings, | ||
about, | ||
dashboard | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"placeholder": "Scheiben Sie Ihre Gedanken auf ..." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"cancelBtn": "Abbrechen", | ||
"saveBtn": "Speichern", | ||
"settings": "Einstellungen", | ||
"language": "Sprache" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"savingNote": "speichere Notiz ...", | ||
"noteSaveSuccess": "Notiz erfolgreich gespeichert.", | ||
"noteSaveFail": "Speichern der Notiz nicht möglich.", | ||
"loadingNote": "lade Notiz.", | ||
"noteLoadSuccess": "Notiz erfolgeich geladen.", | ||
"noteLoadFail": "Laden der Notiz nicht möglich.", | ||
"deletingNote": "lösche Notiz.", | ||
"noteDeleteSuccess": "Notiz erfolgreich gelöscht.", | ||
"noteDeleteFail": "löschen der Notiz nicht möglich." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"saveNote": "Möchtesten Sie diese Notiz speichern?", | ||
"deleteNote": "Möchtesten Sie diese Notiz wirklich löschen?", | ||
"yesBtn": "Ja", | ||
"noBtn": "Nein" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,49 @@ | ||
/** @module locales */ | ||
|
||
/** Supported Languages. */ | ||
export const SUPPORTED_LANGS = [ | ||
{ | ||
language: 'English', | ||
code: 'en', | ||
path: 'en' | ||
}, | ||
{ | ||
language: 'العربية', | ||
code: 'ar', | ||
path: 'ar' | ||
}, | ||
{ | ||
language: 'Español', | ||
code: 'es', | ||
path: 'es' | ||
}, | ||
{ | ||
language: 'Русский', | ||
code: 'ru', | ||
path: 'ru' | ||
}, | ||
{ | ||
language: 'Polski', | ||
code: 'pl', | ||
path: 'pl' | ||
}, | ||
{ | ||
language: 'Português do Brasil', | ||
code: 'pt', | ||
path: 'pt_br' | ||
}, | ||
{ | ||
language: 'Česky', | ||
code: 'cs', | ||
path: 'cs' | ||
} | ||
] | ||
export const SUPPORTED_LANGS = [{ | ||
language: 'English', | ||
code: 'en', | ||
path: 'en' | ||
}, | ||
{ | ||
language: 'Deutsch (Du)', | ||
code: 'de_du', | ||
path: 'de_du' | ||
}, | ||
{ | ||
language: 'Deutsch (Sie)', | ||
code: 'de_sie', | ||
path: 'de_sie' | ||
}, | ||
{ | ||
language: 'العربية', | ||
code: 'ar', | ||
path: 'ar' | ||
}, | ||
{ | ||
language: 'Español', | ||
code: 'es', | ||
path: 'es' | ||
}, | ||
{ | ||
language: 'Русский', | ||
code: 'ru', | ||
path: 'ru' | ||
}, | ||
{ | ||
language: 'Polski', | ||
code: 'pl', | ||
path: 'pl' | ||
}, | ||
{ | ||
language: 'Português do Brasil', | ||
code: 'pt', | ||
path: 'pt_br' | ||
}, | ||
{ | ||
language: 'Česky', | ||
code: 'cs', | ||
path: 'cs' | ||
} | ||
] |