Commits
Peter Wolfersberger authored and Michael Koch committed 09e717e4a53
122 122 | "item.truncatable-part.show-more": "mehr...", |
123 123 | |
124 124 | "item.truncatable-part.show-less": "...weniger", |
125 125 | |
126 126 | "pagination.previous.button": "zurück", |
127 127 | |
128 128 | "pagination.next.button": "vor", |
129 129 | |
130 130 | "feed.description": "RSS Feed", |
131 131 | |
132 - | "pagination.options.description": "Paginierungseinstellungen" |
132 + | "pagination.options.description": "Paginierungseinstellungen", |
133 + | |
134 + | "item.page.internal-fulltext-uri": "Volltext URI", |
135 + | |
136 + | "login.form.email": "Mitgliedsnummer (ohne Präfix)", |
133 137 | |
134 138 | } |
135 139 | |
136 140 | // Merge i18n after change: |
137 141 | // 1. cd to scripts subdirectory |
138 142 | // 2. yarn merge-i18n -s src/themes/gi/assets/i18n |