Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:shprink/wordpress-hybrid-client …
Browse files Browse the repository at this point in the history
…into feature/wp-api_v2
  • Loading branch information
shprink committed Sep 28, 2015
2 parents b2fcf9b + 7e97a57 commit 8b1bc0c
Show file tree
Hide file tree
Showing 9 changed files with 111 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="1.6.0"></a>
### 1.7.0 (WIP)

[milestone](https://github.com/shprink/wordpress-hybrid-client/milestones/1.7.0)

* WP-API v2 support <https://github.com/shprink/wordpress-hybrid-client/issues/76>
* Adding German translation <https://github.com/shprink/wordpress-hybrid-client/pull/77>

<a name="1.6.0"></a>
### 1.6.0 (2015-09-24)

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,15 @@ Always use four spaces, no tabs. This goes for any HTML, CSS, or Javascript.
- [X] Overwrite Sass variables
- [X] About Page
- [X] Params Page
- [X] Language switch [English|French|Chinese]
- [X] Language switch [English|French|Chinese|Spanish|Polish|German]
- [X] Accessibility (Post font size)
- [X] Image cache ngImgCache
- [X] App rate
- [X] Syntax highlighter for tech blogs
- [X] Push Notifications
- [X] Offline
- [X] Comments. Submitting is not supported yet.
- [X] iOS9 support.
- [ ] Table of content for posts
- [ ] Personnalized Logo
- [ ] Templating
Expand Down
3 changes: 3 additions & 0 deletions config.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@
},
"pl": {
"pl_*": "pl"
},
"de": {
"de_*": "de"
}
},
"prefered": "en"
Expand Down
87 changes: 87 additions & 0 deletions lib/translations/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"pullToRefresh": "Ziehen zum Aktualisieren!",
"retry": "Wiederholen",
"back": "Zurück",
"error": "Etwas ging schief. Bitte erneut versuchen.",
"attemptToConnect": "Verbinden: Versuch(e) {{attempt}} von {{attemptMax}}.",
"yes": "Ja",
"no" : "Nein",
"menu": {
"title": "Menü",
"home": "Startseite",
"tags": "Tags",
"search": "Suche",
"bookmarks": "Lesezeichen",
"socialNetworks": "Soziale Netzwerke",
"categories": "Kategorien",
"settings": "Einstellungen"
},
"pushNotifications": {
"newContent": {
"title": "Neue Inhalte!",
"text": "Neu! Seite/Beitrag: '{{postTitle}}' wurde in {{appTitle}} veröffentlich, willst du es dir jetzt ansehen?"
}
},
"bookmark": {
"title": "Lesenzeichen",
"emptyList" : "Bisher noch nichts gespeichert!",
"bookmarked" : "Lesezeichen gespeichert!",
"removed" : "Lesezeichen gelöscht!"
},
"tags": {
"title": "Tags"
},
"tag": {
"title": "Tag: {{name}}"
},
"categories": {
"title": "Kategorien"
},
"category": {
"title": "Kategorie: {{name}}"
},
"home": {
"title": "Startseite"
},
"search": {
"inputPlaceholder": "Suche",
"title": "Suche",
"titleQuery": "Suche: {{query}}"
},
"sharing": {
"shared": "Geteilt!"
},
"posts": {
"title": "Startseite",
"empty": "Keine Inhalte bisher!",
"featured": "Hervorgehoben"
},
"post": {
"comments": "Kommentare",
"openInBrowser": "Im Browser öffnen"
},
"about": {
"title": "Über"
},
"params": {
"title": "Einstellungen",
"offlineMode": "Offline Modus (bald)",
"fontSize": "Schriftgröße der Beiträge",
"language": "Sprache"
},
"languages": {
"de": "Deutsch",
"en": "English",
"fr": "Französisch",
"zh": "Chinesich",
"es": "Spanisch",
"pl": "Polnisch"
},
"fontSize": {
"small": "Klein",
"medium": "Mittel",
"large": "Groß",
"x-large": "Größer",
"xx-large": "Extra Groß"
}
}
3 changes: 2 additions & 1 deletion lib/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"fr": "French",
"zh": "Chinese",
"es": "Spanish",
"pl": "Polish"
"pl": "Polish",
"de": "German"
},
"fontSize": {
"small": "Small",
Expand Down
5 changes: 3 additions & 2 deletions lib/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@
"en": "English",
"fr": "French",
"zh": "Chinese",
"es": "Spanish",
"pl": "Polaco"
"es": "Spanish",
"pl": "Polaco",
"de": "Alemán"
},
"fontSize": {
"small": "Pequeña",
Expand Down
3 changes: 2 additions & 1 deletion lib/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"fr": "Français",
"zh": "Chinois",
"es": "Espagnol",
"pl": "Polonais"
"pl": "Polonais",
"de": "Allemand"
},
"fontSize": {
"small": "Petit",
Expand Down
3 changes: 2 additions & 1 deletion lib/translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"fr": "French",
"zh": "Chinese",
"es": "Spanish",
"pl": "Polski"
"pl": "Polski",
"de": "Niemiecki"
},
"fontSize": {
"small": "Mała",
Expand Down
3 changes: 2 additions & 1 deletion lib/translations/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"fr": "法语",
"zh": "中文",
"es": "西班牙语",
"pl": "波兰语"
"pl": "波兰语",
"de": "德语"
},
"fontSize": {
"small": "",
Expand Down

0 comments on commit 8b1bc0c

Please sign in to comment.