refactor: i18n parameter

This commit is contained in:
Gauthier Roebroeck 2021-03-15 11:23:33 +08:00
parent b51e4917e1
commit c44fd3f426
12 changed files with 12 additions and 12 deletions

View file

@ -92,7 +92,7 @@
"download_file": "تحميل الملف",
"file": "ملف",
"format": "صيغة",
"navigation_within_readlist": "التنقل ضمن قائمة القراءة",
"navigation_within_readlist": "التنقل ضمن قائمة القراءة: {name}",
"read_book": "قراءة كتاب",
"size": "حجم"
},

View file

@ -92,7 +92,7 @@
"download_file": "Datei herunterladen",
"file": "Datei",
"format": "Format",
"navigation_within_readlist": "Wechseln zur Leseliste",
"navigation_within_readlist": "Wechseln zur Leseliste: {name}",
"read_book": "Lese Buch",
"size": "Dateigröße"
},

View file

@ -93,7 +93,7 @@
"file": "FILE",
"format": "FORMAT",
"isbn": "ISBN",
"navigation_within_readlist": "Navigation within the readlist",
"navigation_within_readlist": "Navigation within the readlist: {name}",
"read_book": "Read book",
"size": "SIZE"
},

View file

@ -92,7 +92,7 @@
"download_file": "Télécharger le fichier",
"file": "FICHIER",
"format": "FORMAT",
"navigation_within_readlist": "Navigation dans la liste de lecture",
"navigation_within_readlist": "Navigation dans la liste de lecture : {name}",
"read_book": "Lire le livre",
"size": "TAILLE"
},

View file

@ -92,7 +92,7 @@
"download_file": "ファイルをダウンロード",
"file": "ファイル名",
"format": "フォーマット",
"navigation_within_readlist": "この読書リスト内の一覧",
"navigation_within_readlist": "この読書リスト内の一覧: {name}",
"read_book": "本を読む",
"size": "サイズ"
},

View file

@ -91,7 +91,7 @@
"download_file": "파일 다운로드",
"file": "파일",
"format": "파일 형식",
"navigation_within_readlist": "읽기 목록 내 탐색",
"navigation_within_readlist": "읽기 목록 내 탐색: {name}",
"read_book": "책 읽기",
"size": "용량"
},

View file

@ -92,7 +92,7 @@
"download_file": "Last ned fil",
"file": "Fil",
"format": "Format",
"navigation_within_readlist": "Navigasjon i leselisten",
"navigation_within_readlist": "Navigasjon i leselisten: {name}",
"read_book": "Les bok",
"size": "Størrelse"
},

View file

@ -92,7 +92,7 @@
"download_file": "Baixar arquivo",
"file": "ARQUIVO",
"format": "FORMATO",
"navigation_within_readlist": "Navegação dentro da lista de leitura",
"navigation_within_readlist": "Navegação dentro da lista de leitura: {name}",
"read_book": "Ler livro",
"size": "TAMANHO"
},

View file

@ -92,7 +92,7 @@
"download_file": "Скачать файл",
"file": "ФАЙЛ",
"format": "ФОРМАТ",
"navigation_within_readlist": "Навигация в пределах списка чтения",
"navigation_within_readlist": "Навигация в пределах списка чтения: {name}",
"read_book": "Читать книгу",
"size": "РАЗМЕР"
},

View file

@ -92,7 +92,7 @@
"download_file": "Ladda ner fil",
"file": "FIL",
"format": "FORMAT",
"navigation_within_readlist": "Navigering inom läslistan",
"navigation_within_readlist": "Navigering inom läslistan: {name}",
"read_book": "Läs bok",
"size": "STORLEK"
},

View file

@ -92,7 +92,7 @@
"download_file": "下载文件",
"file": "文件来源",
"format": "格式",
"navigation_within_readlist": "阅读列表中的导航",
"navigation_within_readlist": "阅读列表中的导航: {name}",
"read_book": "阅读书籍",
"size": "文件大小"
},

View file

@ -20,7 +20,7 @@
dense
border="right"
class="mb-0"
>{{ $t('browse_book.navigation_within_readlist') }}: {{ contextName }}
>{{ $t('browse_book.navigation_within_readlist', {name: contextName}) }}
</v-alert>
<!-- Navigate to previous book -->