Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
abahmed committed Mar 22, 2019
2 parents e96e9d1 + 081c2c3 commit 71025d1
Show file tree
Hide file tree
Showing 19 changed files with 190 additions and 37 deletions.
10 changes: 10 additions & 0 deletions app/i18n/locales/de_du/about.json
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"
}
6 changes: 6 additions & 0 deletions app/i18n/locales/de_du/dashboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"welcome": "Wilkommen",
"newNote": "Neue Notiz",
"settings": "Einstellungen",
"about": "Über"
}
7 changes: 7 additions & 0 deletions app/i18n/locales/de_du/header.json
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"
}
4 changes: 4 additions & 0 deletions app/i18n/locales/de_du/homeContent.json
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."
}
19 changes: 19 additions & 0 deletions app/i18n/locales/de_du/index.js
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
}
3 changes: 3 additions & 0 deletions app/i18n/locales/de_du/noteEditor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"placeholder": "Scheibe deine Gedanken auf ..."
}
6 changes: 6 additions & 0 deletions app/i18n/locales/de_du/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cancelBtn": "Abbrechen",
"saveBtn": "Speichern",
"settings": "Einstellungen",
"language": "Sprache"
}
11 changes: 11 additions & 0 deletions app/i18n/locales/de_du/statusModal.json
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."
}
6 changes: 6 additions & 0 deletions app/i18n/locales/de_du/yesNoModal.json
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"
}
10 changes: 10 additions & 0 deletions app/i18n/locales/de_sie/about.json
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"
}
6 changes: 6 additions & 0 deletions app/i18n/locales/de_sie/dashboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"welcome": "Wilkommen",
"newNote": "Neue Notiz",
"settings": "Einstellungen",
"about": "Über"
}
7 changes: 7 additions & 0 deletions app/i18n/locales/de_sie/header.json
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"
}
4 changes: 4 additions & 0 deletions app/i18n/locales/de_sie/homeContent.json
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."
}
19 changes: 19 additions & 0 deletions app/i18n/locales/de_sie/index.js
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
}
3 changes: 3 additions & 0 deletions app/i18n/locales/de_sie/noteEditor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"placeholder": "Scheiben Sie Ihre Gedanken auf ..."
}
6 changes: 6 additions & 0 deletions app/i18n/locales/de_sie/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cancelBtn": "Abbrechen",
"saveBtn": "Speichern",
"settings": "Einstellungen",
"language": "Sprache"
}
11 changes: 11 additions & 0 deletions app/i18n/locales/de_sie/statusModal.json
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."
}
6 changes: 6 additions & 0 deletions app/i18n/locales/de_sie/yesNoModal.json
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"
}
83 changes: 46 additions & 37 deletions app/i18n/locales/index.js
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'
}
]

0 comments on commit 71025d1

Please sign in to comment.