Skip to content

Commit 0f12a52

Browse files
authored
Update translations for "Sites" (#2031)
1 parent 1233483 commit 0f12a52

File tree

8 files changed

+33
-1
lines changed

8 files changed

+33
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,9 @@
115115
"range_older" : {
116116
"title" : "Älter",
117117
"note" : "Label on a button that shows older history entries."
118+
},
119+
"range_sites" : {
120+
"title" : "Websites",
121+
"note" : "Label on a button that shows which sites have been visited"
118122
}
119123
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,9 @@
115115
"range_older" : {
116116
"title" : "Más antiguo",
117117
"note" : "Label on a button that shows older history entries."
118+
},
119+
"range_sites" : {
120+
"title" : "Sitios",
121+
"note" : "Label on a button that shows which sites have been visited"
118122
}
119123
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,9 @@
115115
"range_older" : {
116116
"title" : "Anciennes",
117117
"note" : "Label on a button that shows older history entries."
118+
},
119+
"range_sites" : {
120+
"title" : "Sites",
121+
"note" : "Label on a button that shows which sites have been visited"
118122
}
119123
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,9 @@
115115
"range_older" : {
116116
"title" : "Più vecchio",
117117
"note" : "Label on a button that shows older history entries."
118+
},
119+
"range_sites" : {
120+
"title" : "Siti",
121+
"note" : "Label on a button that shows which sites have been visited"
118122
}
119123
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,9 @@
115115
"range_older" : {
116116
"title" : "Ouder",
117117
"note" : "Label on a button that shows older history entries."
118+
},
119+
"range_sites" : {
120+
"title" : "Sites",
121+
"note" : "Label on a button that shows which sites have been visited"
118122
}
119123
}

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"note" : "Placeholder text when there's no results to show"
1818
},
1919
"no_results_title" : {
20-
"title" : "Brak wyników dla {term}",
20+
"title" : "Brak wyników dla {term}",
2121
"note" : "The placeholder {term} will be dynamically replaced with the search term entered by the user. For example, if the user searches for 'cats', the title will become 'No results found for cats'."
2222
},
2323
"no_results_text" : {
@@ -115,5 +115,9 @@
115115
"range_older" : {
116116
"title" : "Starsze",
117117
"note" : "Label on a button that shows older history entries."
118+
},
119+
"range_sites" : {
120+
"title" : "Witryny",
121+
"note" : "Label on a button that shows which sites have been visited"
118122
}
119123
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,9 @@
115115
"range_older" : {
116116
"title" : "Mais antigas",
117117
"note" : "Label on a button that shows older history entries."
118+
},
119+
"range_sites" : {
120+
"title" : "Sites",
121+
"note" : "Label on a button that shows which sites have been visited"
118122
}
119123
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,9 @@
115115
"range_older" : {
116116
"title" : "Более старые записи",
117117
"note" : "Label on a button that shows older history entries."
118+
},
119+
"range_sites" : {
120+
"title" : "Сайты",
121+
"note" : "Label on a button that shows which sites have been visited"
118122
}
119123
}

0 commit comments

Comments
 (0)