Skip to content

Commit

Permalink
chore: Update translations (LNReader#816)
Browse files Browse the repository at this point in the history
* New translations strings.json (Odia)
[ci skip]

* New translations strings.json (Russian)
[ci skip]

* New translations strings.json (Indonesian)
[ci skip]

* New translations strings.json (Italian)
[ci skip]

* New translations strings.json (Indonesian)
[ci skip]

* New translations strings.json (Indonesian)
[ci skip]

* New translations strings.json (Portuguese, Brazilian)
[ci skip]

* New translations strings.json (Portuguese, Brazilian)
[ci skip]
  • Loading branch information
rajarsheechatterjee authored Dec 27, 2023
1 parent ee9391b commit 4548cdf
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 48 deletions.
8 changes: 4 additions & 4 deletions strings/languages/id_ID/strings.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions strings/languages/it_IT/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@
"chooseLocation": "Seleziona la cartella di archiviazione EPUB",
"pathToFolder": "Percorso cartella di salvataggio EPUB",
"useReaderTheme": "Usa tema lettore",
"useCustomCSS": "Use custom CSS",
"useCustomJS": "Use custom JS",
"useCustomCSS": "Usa CSS personalizzato",
"useCustomJS": "Usa JS personalizzato",
"useCustomJSWarning": "Potrebbe non essere supportato da tutti i lettori EPUB",
"chaptersWarning": "Only downloaded chapters are included in the EPUB"
"chaptersWarning": "Solo i capitoli scaricati sono inclusi nell'EPUB"
}
},
"more": "Altro",
Expand Down Expand Up @@ -191,8 +191,8 @@
"notSaved": "Non salvato",
"cssHint": "Consiglio: è possibile creare una configurazione CSS specifica con l'ID sorgente. (#sourceId-[SOURCEID])",
"jsHint": "Consiglio: Hai accesso alle variabili seguenti: html, novelName, chapterName, sourceId, chapterId, novelId",
"clearCustomCSS": "Are you sure? Your custom CSS would be reset.",
"clearCustomJS": "Are you sure? Your custom JS would be reset."
"clearCustomCSS": "Sei sicuro? Il CSS personalizzato verrebbe resettato.",
"clearCustomJS": "Sei sicuro? Il tuo JS personalizzato verrebbe resettato."
},
"browseSettings": "Impostazioni Esplora",
"browseSettingsScreen": {
Expand Down
4 changes: 2 additions & 2 deletions strings/languages/or_IN/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@
"verticalSeekbar": "Vertical Seekbar",
"showBatteryAndTime": "Show battery and time",
"showProgressPercentage": "Show progress percentage",
"swipeGestures": "Swipe left or right to navigate between chapters",
"swipeGestures": "ଅଧ୍ୟାୟଗୁଡ଼ିକ ମଧ୍ୟରେ ଚଳନ କରିବାକୁ ବାମ କିମ୍ବା ଡାହାଣକୁ ସ୍ୱାଇପ୍ କରନ୍ତୁ",
"allowTextSelection": "Allow text selection",
"useChapterDrawerSwipeNavigation": "Swipe right to open drawer",
"useChapterDrawerSwipeNavigation": "ଡ୍ରର୍ ଖୋଲିବାକୁ ଡାହାଣକୁ ସ୍ୱାଇପ୍ କରନ୍ତୁ",
"removeExtraSpacing": "Remove extra paragraph spacing",
"volumeButtonsScroll": "Volume buttons scroll",
"scrollAmount": "Scroll amount (screen height by default)",
Expand Down
70 changes: 35 additions & 35 deletions strings/languages/pt_BR/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"download": "Baixado",
"unread": "Não lido",
"lastRead": "Última leitura",
"lastUpdated": "Últimas atualizações"
"lastUpdated": "Última atualização"
},
"display": {
"displayMode": "Modo de exibição",
"compact": "Grade compacta",
"comfortable": "Grade confortável",
"noTitle": "Grade somente da capa",
"noTitle": "Grade de capas apenas",
"list": "Lista",
"badges": "Emblemas",
"downloadBadges": "Baixar emblemas",
Expand All @@ -56,7 +56,7 @@
"updatesScreen": {
"searchbar": "Procurar por atualizações",
"lastUpdatedAt": "Biblioteca atualizada pela última vez:",
"newChapters": "novo Capítulos",
"newChapters": "novos Capítulos",
"emptyView": "Sem atualizações recentes",
"updatesLower": "atualizações"
},
Expand Down Expand Up @@ -88,7 +88,7 @@
"lineHeight": "Altura da linha",
"fontStyle": "Estilo da fonte",
"fullscreen": "Tela cheia",
"bionicReading": "Bionic Reading",
"bionicReading": "Leitura Biônica",
"renderHml": "Renderizar HTML",
"autoscroll": "Rolagem automática",
"verticalSeekbar": "Barra de Busca Vertical",
Expand All @@ -99,13 +99,13 @@
"useChapterDrawerSwipeNavigation": "Deslize para a direita para abrir a gaveta",
"removeExtraSpacing": "Remover espaçamento extra dos parágrafos",
"volumeButtonsScroll": "Deslizar com os botões de volume",
"scrollAmount": "Scroll amount (screen height by default)",
"scrollAmount": "Valor da rolagem (Padrão: altura da tela)",
"showSwipeMargins": "Mostrar margens de deslize"
},
"drawer": {
"scrollToCurrentChapter": "Rolar para o capítulo atual",
"scrollToTop": "Voltar ao topo",
"scrollToBottom": "Rolar para baixo"
"scrollToTop": "Rolar para o topo",
"scrollToBottom": "Rolar para o final"
}
},
"novelScreen": {
Expand All @@ -124,20 +124,20 @@
"jumpToChapter": "Pular para o Capítulo",
"openChapter": "Abrir Capítulo",
"chapterName": "Nome do capítulo",
"chapterNumber": "Número do capítulo",
"chapterNumber": "Número do Capítulo",
"error": {
"validChapterName": "Insira um nome de capítulo válido",
"validChapterNumber": "Insira um número de capítulo válido"
}
},
"convertToEpubModal": {
"chooseLocation": "Select EPUB storage directory",
"pathToFolder": "Path to EPUB save folder",
"useReaderTheme": "Use reader theme",
"useCustomCSS": "Use custom CSS",
"useCustomJS": "Use custom JS",
"useCustomJSWarning": "May not be supported by all EPUB readers",
"chaptersWarning": "Only downloaded chapters are included in the EPUB"
"chooseLocation": "Selecionar pasta de armazenamento EPUB",
"pathToFolder": "Caminho para pasta de salvamento de EPUB",
"useReaderTheme": "Usar tema de leitor",
"useCustomCSS": "Usar CSS personalizado",
"useCustomJS": "Usar JS personalizado",
"useCustomJSWarning": "Pode não ser suportado por todos os leitores de EPUB",
"chaptersWarning": "Apenas capítulos baixados são incluídos no EPUB"
}
},
"more": "Mais",
Expand All @@ -146,17 +146,17 @@
"settingsScreen": {
"generalSettings": "Geral",
"generalSettingsScreen": {
"display": "Exibição",
"displayMode": "Modo de visualização",
"display": "Exibir",
"displayMode": "Modo de exibição",
"itemsPerRow": "Itens por linha",
"itemsPerRowLibrary": "Itens por linha na biblioteca",
"novelBadges": "Novel Badges",
"novelSort": "Ordem da novel",
"novelBadges": "Insígnias da Novel",
"novelSort": "Ordenar Novel",
"updateLibrary": "Atualizar biblioteca ao iniciar",
"useFAB": "Usar FAB na Biblioteca",
"useFAB": "Usar Botões flutuantes na Biblioteca",
"novel": "Novel",
"chapterSort": "Ordenação padrão de capítulos",
"bySource": "Pela fonte",
"chapterSort": "Ordem padrão dos capítulos",
"bySource": "Por fonte",
"asc": "(Crescente)",
"desc": "(Decrescente)",
"globalUpdate": "Atualização global",
Expand All @@ -166,8 +166,8 @@
"updateTime": "Mostrar horário da última atualização",
"autoDownload": "Download automático",
"epub": "EPUB",
"epubLocation": "EPUB Location",
"epubLocationDescription": "The place where you open and export your EPUB files.",
"epubLocation": "Localização do EPUB",
"epubLocationDescription": "O local onde você abre e exporta seus arquivos EPUB.",
"downloadNewChapters": "Baixar novos capítulos",
"disableHapticFeedback": "Desativar o feedback tátil"
},
Expand All @@ -185,14 +185,14 @@
"saveCustomTheme": "Salvar tema personalizado",
"deleteCustomTheme": "Excluir tema personalizado",
"customCSS": "CSS Personalizado",
"customJS": "Custom JS",
"openCSSFile": "Open CSS file",
"openJSFile": "Open JS file",
"notSaved": "Not saved",
"cssHint": "Hint: You can create source specific CSS configuration with the source ID. (#sourceId-[SOURCEID])",
"jsHint": "Hint: You have access to following variables: html, novelName, chapterName, sourceId, chapterId, novelId",
"clearCustomCSS": "Are you sure? Your custom CSS would be reset.",
"clearCustomJS": "Are you sure? Your custom JS would be reset."
"customJS": "CSS Personalizado",
"openCSSFile": "Abrir arquivo CSS",
"openJSFile": "Abrir arquivo JS",
"notSaved": "Não foi salvo",
"cssHint": "Dica: Você pode criar uma configuração CSS específica para cada origem com a ID da origem. (#sourceId-[SOURCEID])",
"jsHint": "Dica: Você tem acesso às seguintes variáveis: html, novelName, chapterName, sourceId, chapterId, novelId",
"clearCustomCSS": "Você tem certeza? Seu CSS personalizado será resetado.",
"clearCustomJS": "Você tem certeza? Seu JS personalizado será resetado."
},
"browseSettings": "Configurações de navegação",
"browseSettingsScreen": {
Expand Down Expand Up @@ -230,7 +230,7 @@
"sameDay": "[Hoje]",
"nextDay": "[Amanhã]",
"lastDay": "[Ontem]",
"lastWeek": "[Last] dddd"
"lastWeek": "[Último] dddd"
}
},
"categories": {
Expand All @@ -239,7 +239,7 @@
"setCategories": "Definir categorias",
"header": "Editar categorias",
"emptyMsg": "Você não possui categorias. Toque no botão de mais para criar uma para organizar sua biblioteca",
"setModalEmptyMsg": "Você não possui categorias. Toque no botão de editar para criar uma para organizar sua biblioteca",
"setModalEmptyMsg": "Você não possui categorias. Clique no botão de editar para criar uma para organizar sua biblioteca",
"deleteModal": {
"header": "Deletar categoria",
"desc": "Você quer deletar esta categoria"
Expand All @@ -252,7 +252,7 @@
"downloadedOnly": "Apenas baixados"
},
"downloadScreen": {
"dbInfo": "Transferências são salvos em banco de dados SQLite.",
"dbInfo": "Downloads são salvos em banco de dados SQLite.",
"downloadChapters": "Capítulos baixados",
"noDownloads": "Sem transferências",
"downloadsLower": "baixados"
Expand Down
4 changes: 2 additions & 2 deletions strings/languages/ru_RU/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"noTitle": "Только сетка обложки",
"list": "Список",
"badges": "Значки",
"downloadBadges": "Загружено Значки",
"downloadBadges": "Значок загруженных глав",
"unreadBadges": "Не прочитано Значки",
"showNoOfItems": "Показывать количество элементов"
}
Expand Down Expand Up @@ -137,7 +137,7 @@
"useCustomCSS": "Использовать пользовательский CSS",
"useCustomJS": "Использовать пользовательский JS",
"useCustomJSWarning": "Может поддерживаться не всеми читателями EPUB",
"chaptersWarning": "Только загруженные главы включать в EPUB"
"chaptersWarning": "Включать в EPUB только загруженные главы"
}
},
"more": "Ещё",
Expand Down

0 comments on commit 4548cdf

Please sign in to comment.