Skip to content

Commit 3e64276

Browse files
committed
final translations
1 parent 4138bec commit 3e64276

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

special-pages/pages/history/app/history.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class HistoryService {
5757
const { detail } = evt;
5858

5959
// reject duplicates (eg: already fetching the same query)
60-
if (eq(detail, this.ongoing)) return console.log('ignoring duplicate query');
60+
if (eq(detail, this.ongoing)) return;
6161

6262
// increment the counter
6363
this.index++;

special-pages/pages/history/public/locales/de/history.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
}]
1010
},
1111
"empty_title" : {
12-
"title" : "Nothing to see here!",
12+
"title" : "Hier gibt's nichts zu sehen!",
1313
"note" : "Text shown where there are no remaining history entries"
1414
},
1515
"empty_text" : {
16-
"title" : "Page visits will appear once you start browsing.",
16+
"title" : "Seitenbesuche werden angezeigt, sobald du mit dem Browsen beginnst.",
1717
"note" : "Placeholder text when there's no results to show"
1818
},
1919
"delete_all" : {
@@ -45,7 +45,7 @@
4545
"note" : "Button that shows older history entries"
4646
},
4747
"show_history_for" : {
48-
"title" : "Show history for {range}",
48+
"title" : "Verlauf von {range} anzeigen",
4949
"note" : "The placeholder {range} in the title will be dynamically replaced with specific date ranges such as 'Today', 'Yesterday', or days of the week like 'Monday'. For example, if the range is set to 'Today', the title will become 'Show history for Today'."
5050
},
5151
"delete_history_all" : {
@@ -57,11 +57,11 @@
5757
"note" : "Button that deletes older history entries."
5858
},
5959
"delete_history_for" : {
60-
"title" : "Delete history for {range}",
60+
"title" : "Verlauf von {range} löschen",
6161
"note" : "The placeholder {range} in the title will be dynamically replaced with specific date ranges such as 'Today', 'Yesterday', or days of the week like 'Monday'. For example, if the range is set to 'Today', the title will become 'Delete history for Today'."
6262
},
6363
"search_your_history" : {
64-
"title" : "Search your history",
64+
"title" : "Durchsuche deinen Verlauf",
6565
"note" : "Label text for screen readers. It's shown next to the search input field"
6666
},
6767
"range_all" : {

0 commit comments

Comments
 (0)