Skip to content

Commit d9e88ed

Browse files
authored
feat: add aria-label for back-to-top link (#479)
1 parent 50d3ed9 commit d9e88ed

File tree

17 files changed

+51
-1
lines changed

17 files changed

+51
-1
lines changed

i18n/de.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ other = "{{ .Count }} Suchergebnisse für „{{ .Term }}” gefunden"
6363
[searchResultsNone]
6464
other = "Leider keine Suchergebnisse für „{{ .Term }}”"
6565

66+
[backToTop]
67+
other = "Zurück nach oben"
68+
6669
[themeSwitcher]
6770
other = "Thema wechseln"
6871

i18n/en.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ other = "Found {{ .Count }} results for “{{ .Term }}”"
6363
[searchResultsNone]
6464
other = "No results found for “{{ .Term }}”"
6565

66+
[backToTop]
67+
other = "Back to top"
68+
6669
[themeSwitcher]
6770
other = "Switch theme"
6871

i18n/es.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ other = "Se encontraron {{ .Count }} resultados sobre “{{ .Term }}”"
6363
[searchResultsNone]
6464
other = "No se encontró ningún resultado sobre “{{ .Term }}”"
6565

66+
[backToTop]
67+
other = "Volver arriba"
68+
6669
[themeSwitcher]
6770
other = "Cambiar tema"
6871

i18n/fr.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ other = "Trouvé {{ .Count }} résultats pour “{{ .Term }}”"
6363
[searchResultsNone]
6464
other = "Aucun résultat pour “{{ .Term }}”"
6565

66+
[backToTop]
67+
other = "Retour en haut"
68+
6669
[themeSwitcher]
6770
other = "Changer de thème"
6871

i18n/hu.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ other = "A “{{ .Term }}” kifejezésre {{ .Count }} eredményt találtam"
6363
[searchResultsNone]
6464
other = "A “{{ .Term }}” kifejezésre nincs találat"
6565

66+
[backToTop]
67+
other = "Vissza a tetejére"
68+
6669
[themeSwitcher]
6770
other = "Téma váltása"
6871

i18n/id.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ other = "Ditemukan {{ .Count }} hasil dari “{{ .Term }}”"
6363
[searchResultsNone]
6464
other = "Tidak ditemukan hasil dari “{{ .Term }}”"
6565

66+
[backToTop]
67+
other = "Kembali ke atas"
68+
6669
[themeSwitcher]
6770
other = "Ganti tema"
6871

i18n/ja.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ other = "“{{ .Term }}” の検索結果が {{ .Count }} 件見つかりまし
6363
[searchResultsNone]
6464
other = "“{{ .Term }}” の検索結果が見つかりませんでした"
6565

66+
[backToTop]
67+
other = "トップに戻る"
68+
6669
[themeSwitcher]
6770
other = "テーマを切り替え"
6871

i18n/ms.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ other = "Jumpa {{ .Count }} halaman untuk “{{ .Term }}”"
6363
[searchResultsNone]
6464
other = "Tidak jumpa sebarang halaman untuk “{{ .Term }}”"
6565

66+
[backToTop]
67+
other = "Kembali ke atas"
68+
6669
[themeSwitcher]
6770
other = "Tukar tema"
6871

i18n/no.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ other = "Fant {{ .Count }} resultater for “{{ .Term }}”"
6363
[searchResultsNone]
6464
other = "Ingen er funnet for “{{ .Term }}”"
6565

66+
[backToTop]
67+
other = "Tilbake til toppen"
68+
6669
[themeSwitcher]
6770
other = "Bytt tema"
6871

i18n/pl.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ other = "Znaleziono {{ .Count }} wyniki/ów dla: “{{ .Term }}”"
6363
[searchResultsNone]
6464
other = "Brak wyników dla: “{{ .Term }}”"
6565

66+
[backToTop]
67+
other = "Powrót do góry"
68+
6669
[themeSwitcher]
6770
other = "Przełącz motyw"
6871

0 commit comments

Comments
 (0)