diff --git a/package.nls.es.json b/package.nls.es.json index 0967ef4..6a44251 100644 --- a/package.nls.es.json +++ b/package.nls.es.json @@ -1 +1,11 @@ -{} +{ + "command.createConfig.title": "Crear archivo de configuración (.forgevsc.json)", + "command.searchGuides.title": "Buscar Guías", + "command.reloadGuideMetadata.title": "Actualizar Guías", + "command.openGuide.title": "Abrir Guía", + "command.previewGuide.title": "Previsualizar Guía", + "command.unfavoriteGuide.title": "Eliminar de Favoritos", + "command.createGuide.title": "Crear Guía", + "command.openExtensionSettings.title": "Abrir Configuración de Extensión", + "view.guides.title": "Guías" +} diff --git a/package.nls.id.json b/package.nls.id.json index 0967ef4..01ddf77 100644 --- a/package.nls.id.json +++ b/package.nls.id.json @@ -1 +1,6 @@ -{} +{ + "extension.description": "Ekstensi Visual Studio Code Resmi untuk ForgeScript.", + "command.favoriteGuide.title": "Tambahkan ke Favorit", + "command.unfavoriteGuide.title": "Hapus dari Favorit", + "command.openExtensionSettings.title": "Buka Pengaturan Ekstensi" +} diff --git a/package.nls.json b/package.nls.json index 7e2abaf..7b85d4f 100644 --- a/package.nls.json +++ b/package.nls.json @@ -37,5 +37,6 @@ "config.workspace.features.suggestions.description": "Whether suggestions for bracket placement should be enabled.", "config.workspace.features.signatureHelp.description": "Whether signature help for function arguments should be enabled.", "config.workspace.features.diagnostics.description": "Whether diagnostics for function validation should be enabled.", - "config.workspace.features.autocompletion.description": "Whether autocompletion for functions and arguments should be enabled." + "config.workspace.features.autocompletion.description": "Whether autocompletion for functions and arguments should be enabled.", + "config.workspace.rpc.enabled.description": "Whether to enable the custom Discord RPC (Rich Presence) for this extension." } diff --git a/package.nls.ru.json b/package.nls.ru.json index 89b42e3..91358f3 100644 --- a/package.nls.ru.json +++ b/package.nls.ru.json @@ -1,3 +1,4 @@ { + "command.createConfig.title": "Создайте файл конфигурации (.forgevsc.json)", "view.guides.title": "Руководства" } diff --git a/translations/bundle.l10n.de.json b/translations/bundle.l10n.de.json index f0ecc39..8e2de6d 100644 --- a/translations/bundle.l10n.de.json +++ b/translations/bundle.l10n.de.json @@ -1,5 +1,9 @@ { "*(Conditional)*": "*(Konditional)*", + "$(plug) RPC Connected": "$(plug) RPC Verbunden", + "Discord RPC Connected": "Discord-RPC Verbunden", + "$(sync~spin) Connecting RPC": "$(sync~spin) Verbinde RPC", + "Connecting to Discord RPC...": "Verbinde mit Discord-RPC...", "Source": "Quelle", "Documentation": "Dokumentation", "Guide": "Leitfaden", diff --git a/translations/bundle.l10n.es.json b/translations/bundle.l10n.es.json index e40df78..a20c9d7 100644 --- a/translations/bundle.l10n.es.json +++ b/translations/bundle.l10n.es.json @@ -1,6 +1,16 @@ { "*(Conditional)*": "*(Condicional)*", "Documentation": "Documentación", + "Search guides... (e.g. author:Nicky package:ForgeScript)": "Buscar guías... (p. ej., author:Nicky package:ForgeScript)", "Filter": "Filtro", - "Folder": "Carpeta" + "Favorited Guides": "Guías Favoritas", + "Favorites": "Favoritos", + "$(circle-slash) {0} Disabled": "$(circle-slash) {0} Desactivado", + "Open Extension Settings": "Abrir Configuración de Extensión", + "Folder": "Carpeta", + "Global": "Global", + "Open": "Abrir", + "Where do you want to create the config file?": "¿Dónde quieres crear el archivo de configuración?", + "Successfully created config file!": "¡Archivo de configuración creado con éxito!", + "Deprecated": "Obsoleto" } \ No newline at end of file diff --git a/translations/bundle.l10n.id.json b/translations/bundle.l10n.id.json index 9e26dfe..f0e373e 100644 --- a/translations/bundle.l10n.id.json +++ b/translations/bundle.l10n.id.json @@ -1 +1,23 @@ -{} \ No newline at end of file +{ + "$(plug) RPC Connected": "$(plug) RPC Terhubung", + "Discord RPC Connected": "Discord RPC Terhubung", + "$(sync~spin) Connecting RPC": "$(sync~spin) Menghubungkan RPC", + "Connecting to Discord RPC...": "Menghubungkan ke Discord RPC...", + "Source": "Sumber", + "Documentation": "Dokumentasi", + "Favorites": "Favorit", + "Open Extension Settings": "Buka Pengaturan Ekstensi", + "{0} Extension Details": "{0} Detail Ekstensi", + "Reload": "Muat Ulang", + "Later": "Nanti", + "Open Settings": "Buka Pengaturan", + "Function `{0}` requires brackets": "Fungsi `{0}` memerlukan tanda kurung", + "$(folder) Workspace Settings": "$(folder) Pengaturan Ruang Kerja", + "Workspace": "Ruang Kerja", + "$(account) User Settings": "$(account) Pengaturan Pengguna", + "Global": "Global", + "Overwrite": "Timpa", + "Extension config file already exists.": "File konfigurasi ekstensi sudah ada.", + "Default": "Bawaan", + "since": "sejak" +} \ No newline at end of file diff --git a/translations/bundle.l10n.json b/translations/bundle.l10n.json index 7c4cd6b..5b1a9c7 100644 --- a/translations/bundle.l10n.json +++ b/translations/bundle.l10n.json @@ -1,5 +1,11 @@ { "*(Conditional)*": "*(Conditional)*", + "$(plug) RPC Connected": "$(plug) RPC Connected", + "Discord RPC Connected": "Discord RPC Connected", + "$(debug-disconnect) Reconnect RPC": "$(debug-disconnect) Reconnect RPC", + "Reconnect Discord RPC": "Reconnect Discord RPC", + "$(sync~spin) Connecting RPC": "$(sync~spin) Connecting RPC", + "Connecting to Discord RPC...": "Connecting to Discord RPC...", "Source": "Source", "Documentation": "Documentation", "Guide": "Guide", diff --git a/translations/bundle.l10n.ru.json b/translations/bundle.l10n.ru.json index 5f3517d..4a571b1 100644 --- a/translations/bundle.l10n.ru.json +++ b/translations/bundle.l10n.ru.json @@ -1,9 +1,21 @@ { "*(Conditional)*": "*(Условный)*", + "$(plug) RPC Connected": "$(plug) RPC подключен", + "Discord RPC Connected": "Discord RPC подключен", + "$(debug-disconnect) Reconnect RPC": "$(debug-disconnect) Переподключить RPC", + "Reconnect Discord RPC": "Переподключить Discord RPC", + "Connecting to Discord RPC...": "Подключение к Discord RPC...", "Source": "Источник", "Documentation": "Документация", "Filter": "Фильтр", "Favorites": "Избранное", + "Open Extension Settings": "Открыть настройки расширения", "Later": "Позже", - "Folder": "Папка" + "Open Settings": "Открыть настройки", + "Folder": "Папка", + "$(account) User Settings": "$(account) Настройки пользователя", + "Open": "Открыть", + "Overwrite": "Перезаписать", + "Default": "По умолчанию", + "$(folder) VSCode Folder": "$(folder) Папка VSCode" } \ No newline at end of file