diff --git a/Locale/it.json b/Locale/it.json index 9e1d7b8..ade1554 100644 --- a/Locale/it.json +++ b/Locale/it.json @@ -4,7 +4,7 @@ "contribute_button": "Contribuisci", "edit_button": "Modifica", "movie": "Film", - "no_theme_song": "Nessun brano del tema", + "no_theme_song": "Nessuna sigla", "plugin_relies": "Questo plugin si basa sul provider TMDB. Assicurati che sia abilitato!", "save": "Salva", "series": "Serie", @@ -15,9 +15,9 @@ "type": "Tipo", "unexpected_error_occured": "Si è verificato un errore imprevisto", "unexpected_error_occured_creating_dashboard": "Si è verificato un errore imprevisto durante la creazione della dashboard di avanzamento", - "update_interval": "Intervallo Di Aggiornamento", + "update_interval": "Intervallo di Aggiornamento", "update_interval_desc": "L'intervallo, in minuti, tra gli aggiornamenti del brano del tema.", - "update_theme_songs": "Aggiorna Brani Del Tema", + "update_theme_songs": "Aggiorna Brani del Tema", "updating_theme_songs": "Aggiornamento canzoni tema...", "user_provided": "Utente fornito", "year": "Anno" diff --git a/Locale/ja.json b/Locale/ja.json new file mode 100644 index 0000000..6c4b143 --- /dev/null +++ b/Locale/ja.json @@ -0,0 +1,24 @@ +{ + "add_button": "追加", + "contribute": "貢献", + "contribute_button": "貢献", + "edit_button": "編集", + "movie": "映画", + "no_theme_song": "テーマの曲がありません", + "plugin_relies": "このプラグインは TMDB プロバイダーに依存しています。有効にしていることを確認してください!", + "save": "保存", + "series": "シリーズ", + "status": "ステータス", + "support_center": "サポートセンター", + "themerr_provided": "Themerr provided", + "title": "タイトル", + "type": "タイプ", + "unexpected_error_occured": "予期しないエラーが発生しました", + "unexpected_error_occured_creating_dashboard": "進捗ダッシュボードの作成中に予期しないエラーが発生しました", + "update_interval": "更新間隔", + "update_interval_desc": "テーマソングの更新間隔(分単位)。", + "update_theme_songs": "テーマの曲を更新", + "updating_theme_songs": "テーマ曲を更新しています...", + "user_provided": "ユーザーが提供されました", + "year": "年" +} diff --git a/Locale/pt.json b/Locale/pt.json new file mode 100644 index 0000000..03080cc --- /dev/null +++ b/Locale/pt.json @@ -0,0 +1,24 @@ +{ + "add_button": "Adicionar", + "contribute": "Contribuir", + "contribute_button": "Contribuir", + "edit_button": "Alterar", + "movie": "Filme", + "no_theme_song": "Nenhuma música do tema", + "plugin_relies": "Este plugin depende do provedor TMDB. Por favor, certifique-se de que está habilitado!", + "save": "Guardar", + "series": "Série", + "status": "SItuação", + "support_center": "Centro de Suporte", + "themerr_provided": "Themerr fornecido", + "title": "Título", + "type": "tipo", + "unexpected_error_occured": "Ocorreu um erro inesperado", + "unexpected_error_occured_creating_dashboard": "Erro inesperado ao criar painel de progresso", + "update_interval": "Intervalo de atualização", + "update_interval_desc": "O intervalo, em minutos, entre as atualizações da música do tema.", + "update_theme_songs": "Atualizar músicas temáticas", + "updating_theme_songs": "Atualizando músicas do tema...", + "user_provided": "Usuário fornecido", + "year": "ano" +}