Merge pull request #327 from ONLYOFFICE/feature/add_translations-store

Feature/add translations store
This commit is contained in:
Oleg Korshul
2024-03-25 14:56:13 +03:00
committed by GitHub
94 changed files with 856 additions and 4 deletions

View File

@ -3,10 +3,13 @@
"nameLocale": {
"ru": "Менеджер плагинов",
"fr": "Gestionnaire de Plugins",
"it": "Plugin Manager",
"ja": "プラグインマネージャー",
"es": "Administrador de Complementos",
"de": "Plugin-Verwaltung",
"cs": "Správce Pluginů",
"si": "පේනු කළමනාකරු"
"si": "පේනු කළමනාකරු",
"pt-BR": "Gerenciador de plug-ins"
},
"guid" : "asc.{AA2EA9B6-9EC2-415F-9762-634EE8D9A95E}",
"version": "1.0.4",

View File

@ -0,0 +1,14 @@
{
"This version of \"Plugin Manager\" is not official." : "Questa versione di \"Plugin Manager\" non è ufficiale.",
"No Internet Connection.": "Nessuna connessione internet.",
"Warning" : "Avviso",
"Yes" : "Sì",
"No" : "No",
"Do you want to completely remove this plugin?" : "Vuoi rimuovere completamente questo plugin?",
"If you choose \"No\", you will be able to restore this plugin later in the marketplace." : "Se scegli \"No\", potrai ripristinare questo plugin più tardi nel Marketplace.",
"Enter the URL for your marketplace page here" : "Inserisci qui l'URL della pagina del tuo marketplace",
"Return to default settings" : "Ritorno alle impostazioni predefinite",
"Enter URL" : "Inserisci URL",
"Cancel" : "Annulla",
"Be careful! Avoid using the untrusted URLs." : "Attenzione! Evita di utilizzare URL non affidabili."
}

View File

@ -0,0 +1,14 @@
{
"This version of \"Plugin Manager\" is not official." : "この\"Plugin Manager\"のバージョンは正式なものではありません。",
"No Internet Connection.": "インターネットに接続されていません。",
"Warning" : "注意",
"Yes" : "はい",
"No" : "いいえ",
"Do you want to completely remove this plugin?" : "このプラグインを完全に削除しますか?",
"If you choose \"No\", you will be able to restore this plugin later in the marketplace." : "\"No\" を選んでも、後でマーケットプレイスでこのプラグインを復元できます。",
"Enter the URL for your marketplace page here" : "マーケットプレイスページのURLをここに入力してください",
"Return to default settings" : "デフォルト設定に戻す",
"Enter URL" : "URLを入力する",
"Cancel" : "キャンセル",
"Be careful! Avoid using the untrusted URLs." : "ご注意信頼できないURLの使用は避けてください。"
}

View File

@ -3,6 +3,9 @@
"de-DE",
"es-ES",
"fr-FR",
"it-IT",
"ja-JA",
"ru-RU",
"pt-BR",
"si-SI"
]

View File

@ -0,0 +1,14 @@
{
"This version of \"Plugin Manager\" is not official." : "Esta versão do \"Plugin Manager\" não é oficial.",
"No Internet Connection.": "Sem conexão com a Internet.",
"Warning" : "Aviso",
"Yes" : "Sim",
"No" : "No",
"Do you want to completely remove this plugin?" : "Deseja remover completamente este plugin?",
"If you choose \"No\", you will be able to restore this plugin later in the marketplace." : "Se você escolher \"Não\", você poderá restaurar este plugin mais tarde no mercado.",
"Enter the URL for your marketplace page here" : "Insira o URL da sua página de mercado aqui",
"Return to default settings" : "Retornar às configurações padrão",
"Enter URL" : "Insira o URL",
"Cancel" : "Cancelar",
"Be careful! Avoid using the untrusted URLs." : "Tenha cuidado! Evite usar URLs não confiáveis."
}

View File

@ -0,0 +1,60 @@
{
"Manage plugins": "Gestisci plugin",
"Available plugins": "Plugin disponibili",
"Marketplace": "Marketplace",
"Submit your own plugin": "Invia il tuo plugin",
"Install plugin manually": "Installa il plugin manualmente",
"Install": "Installa",
"Remove": "Rimuovi",
"Update": "Aggiorna",
"Offered by": "Offerto da",
"Overview": "Panoramica",
"Info & Support": "Informazioni e supporto",
"Learn how to use": "Scopri come utilizzare",
"the plugin in": "il plugin",
"Contribute": "Contribuisci",
"to the plugin development or report an issue on": "allo sviluppo del plugin o segnala un problema",
"Get help": "Ottieni assistenza",
"with the plugin functionality on our forum.": "con la funzionalità del plugin sul nostro forum.",
"Create a new plugin using": "Crea un nuovo plugin utilizzando",
"Loading": "Caricamento",
"Installation": "Installazione",
"Updating": "Aggiornamento",
"Removal": "Rimozione",
"Problem with loading plugins.": "Problema con il caricamento dei plugin.",
"No installed plugins.": "Nessun plugin installato.",
"Version": "Versione",
"Languages": "Lingue",
"English": "Inglese",
"Czech": "Ceco",
"German": "Tedesco",
"Spanish": "Spagnolo",
"French": "Francese",
"Italian": "Italiano",
"Japanese": "Giapponese",
"Dutch": "Olandese",
"Portuguese": "Portoghese",
"Russian": "Russo",
"Chinese": "Cinese",
"Update All": "Aggiorna tutto",
"Categories": "Categorie",
"Search plugins": "Cerca plugin",
"All": "Tutti",
"Recommended": "Consigliati",
"Developer tools": "Strumenti di sviluppo",
"Work": "Lavoro",
"Entertainment": "Divertimento",
"Communication": "Comunicazione",
"Special abilities": "Abilità speciali",
"The minimum supported editors version" : "La versione minima supportata degli editor",
"This plugin will only work in a newer version of the editor.": "Questo plugin funziona solo con una versione più recente degli editor.",
"Nothing was found for this query.": "Non è stato trovato niente per questa ricerca.",
"No Internet Connection.": "Nessuna connessione internet.",
"Problem with loading plugin config.\nConfig: " : "Problema con il caricamento della configurazione del plugin.\nConfig: ",
"Problem with loading some resources." : "Problema con il caricamento di alcune risorse.",
"File not found." : "File non trovato.",
"Network problem." : "Problema di rete.",
"Problem with loading some resources" : "Problema con il caricamento di alcune risorse",
"Click to rate" : "Fai clic per votare",
"No disscussion page for this plugin." : "Nessuna pagina di discussione per questo plugin."
}

View File

@ -0,0 +1,60 @@
{
"Manage plugins": "プラグインを管理する",
"Available plugins": "利用可能なプラグイン",
"Marketplace": "マーケットプレイス",
"Submit your own plugin": "自作のプラグインを提出する",
"Install plugin manually": "手動でプラグインをインストールする",
"Install": "インストール",
"Remove": "削除",
"Update": "アップデート",
"Offered by": "提出元",
"Overview": "概要",
"Info & Support": "詳細&サポート",
"Learn how to use": "プラグインを次のアプリでの",
"the plugin in": "使い方を学ぶ",
"Contribute": "プラグイン開発、またはエラー報告に",
"to the plugin development or report an issue on": "貢献する",
"Get help": "プラグインの機能性については",
"with the plugin functionality on our forum.": "フォーラムでヘルプを得る",
"Create a new plugin using": "新しいプラグインを作成する",
"Loading": "ロード中",
"Installation": "インストール中",
"Updating": "アップデート中",
"Removal": "削除中",
"Problem with loading plugins.": "プラグインの読み込みに問題が発生しました。",
"No installed plugins.": "インストールされているプラグインはありません。",
"Version": "バージョン",
"Languages": "言語",
"English": "英語",
"Czech": "チェコ語",
"German": "ドイツ語",
"Spanish": "スペイン語",
"French": "フランス語",
"Italian": "イタリア語",
"Japanese": "日本語",
"Dutch": "オランダ語",
"Portuguese": "ポルトガル語",
"Russian": "ロシア語",
"Chinese": "中国語",
"Update All": "すべてをアップデートする",
"Categories": "カテゴリー",
"Search plugins": "プラグインの検索",
"All": "すべて",
"Recommended": "おすすめ",
"Developer tools": "開発者ツール",
"Work": "仕事",
"Entertainment": "エンターテイメント",
"Communication": "コミュニケーション",
"Special abilities": "特殊機能",
"The minimum supported editors version" : "サポートされているエディタの最低バージョン",
"This plugin will only work in a newer version of the editor.": "このプラグインはエディタの新しいバージョンでのみ動作します。",
"Nothing was found for this query.": "このクエリには何も見つかりませんでした。",
"No Internet Connection.": "インターネットに接続されていません。",
"Problem with loading plugin config.\nConfig: " : "config.\nConfig プラグインの読み込みにエラーが発生しました:",
"Problem with loading some resources." : "一部のリソースの読み込みにエラーが発生しました。",
"File not found." : "ファイルが見つかりません。",
"Network problem." : "ネットワークの問題。",
"Problem with loading some resources" : "リソースの読み込みに関する問題",
"Click to rate" : "クリックで評価",
"No disscussion page for this plugin." : "このプラグインのディスカッションページはありません。"
}

View File

@ -3,6 +3,9 @@
"de-DE",
"es-ES",
"fr-FR",
"it-IT",
"ja-JA",
"ru-RU",
"pt-BR",
"si-SI"
]

View File

@ -0,0 +1,60 @@
{
"Manage plugins": "Gerenciar plug-ins",
"Available plugins": "Plugins disponíveis",
"Marketplace": "Mercado",
"Submit your own plugin": "Envie seu próprio plugin",
"Install plugin manually": "Instalar plugin manualmente",
"Install": "Instalar",
"Remove": "Remover",
"Update": "Atualizar",
"Offered by": "Oferecido por",
"Overview": "Visão geral",
"Info & Support": "Informações e Suporte",
"Learn how to use": "Aprenda como usar",
"the plugin in": "o plugin em",
"Contribute": "Contribuir",
"to the plugin development or report an issue on": "para o desenvolvimento do plugin ou reportar um problema em",
"Get help": "Obter ajuda",
"with the plugin functionality on our forum.": "com a funcionalidade do plugin em nosso fórum.",
"Create a new plugin using": "Crie um novo plugin usando",
"Loading": "Carregando",
"Installation": "Instalação",
"Updating": "Atualizando",
"Removal": "Remover",
"Problem with loading plugins.": "Problema ao carregar plug-ins.",
"No installed plugins.": "Nenhum plug-in instalado.",
"Version": "Versão",
"Languages": "Línguas",
"English": "Inglês",
"Czech": "Tcheco",
"German": "Alemão",
"Spanish": "Espanhol",
"French": "Francês",
"Italian": "Italiano",
"Japanese": "Japonês",
"Dutch": "Holandês",
"Portuguese": "Português",
"Russian": "Russo",
"Chinese": "Chinês",
"Update All": "Atualize tudo",
"Categories": "Categorias",
"Search plugins": "Pesquisar plug-ins",
"All": "Todos",
"Recommended": "Recomendado",
"Developer tools": "Ferramentas de desenvolvimento",
"Work": "Trabalhar",
"Entertainment": "Entretenimento",
"Communication": "Comunicação",
"Special abilities": "Habilidades especiais",
"The minimum supported editors version" : "A versão mínima dos editores suportados",
"This plugin will only work in a newer version of the editor.": "Este plugin só funcionará em uma versão mais recente do editor.",
"Nothing was found for this query.": "Nada foi encontrado para esta consulta.",
"No Internet Connection.": "Sem conexão com a Internet.",
"Problem with loading plugin config.\nConfig: " : "Problema ao carregar a configuração do plugin.\nConfig: ",
"Problem with loading some resources." : "Problema ao carregar alguns recursos.",
"File not found." : "Arquivo não encontrado.",
"Network problem." : "Problema de rede.",
"Problem with loading some resources" : "Problema ao carregar alguns recursos",
"Click to rate" : "Clique para avaliar",
"No disscussion page for this plugin." : "Nenhuma página de discussão para este plugin."
}

View File

@ -16,7 +16,7 @@
"to the plugin development or report an issue on": "в разработку плагина или сообщите о проблеме на",
"Get help": "Получите помощь",
"with the plugin functionality on our forum.": "с функциональностью плагина на нашем форуме.",
"Create a new plugin using": "Создайте новый плагин используя",
"Create a new plugin using": "Создайте новый плагин, используя",
"Loading": "Загрузка",
"Installation": "Установка",
"Updating": "Обновление",