forked from bot/app
feat: 新增内容的多语言支持
This commit is contained in:
parent
41ee427040
commit
9f3a451b6d
@ -17,10 +17,12 @@ tag:
|
||||
- 为什么我启动后机器人没有反应?
|
||||
- 请检查配置文件的`command_start`或`superusers`,确认你有权限使用命令并按照正确的命令发送
|
||||
|
||||
- 怎么登录聊天平台,例如QQ
|
||||
- 怎么登录聊天平台,例如QQ?
|
||||
- 你有这个问题说明你不是很了解这个项目,本项目不负责实现登录功能,只负责处理和回应消息,登录功能由实现端(协议端)提供,
|
||||
实现端本身不负责处理响应逻辑,将消息按照OneBot标准处理好上报给轻雪
|
||||
你需要使用Onebot标准的实现端来连接到轻雪并将消息上报给轻雪,下面已经列出一些推荐的实现端
|
||||
- `Playwright`安装失败
|
||||
- 输入`playwright install`安装浏览器
|
||||
|
||||
#### 推荐方案(QQ)
|
||||
|
||||
|
@ -7,23 +7,37 @@ log.error=Fehler
|
||||
log.success=Erfolg
|
||||
|
||||
liteyuki.restart=Neustart
|
||||
liteyuki.restart_now=Jetzt neustarten
|
||||
liteyuki.update_restart=Aktualisierung vollständig, Sie können {RESTART} oder später durchführen, um die Änderungen anzuwenden
|
||||
liteyuki.restart_now=Jetzt neu starten
|
||||
liteyuki.update_restart=Updates abgeschlossen. Sie können {RESTART} jetzt durchführen oder später manuell neu starten, um diese Updates anzuwenden.
|
||||
liteyuki.current_config=Aktuelle Konfiguration
|
||||
liteyuki.static_config=Statische Dateikonfiguration
|
||||
liteyuki.stored_config=Gespeicherte Konfiguration
|
||||
liteyuki.config_set_success=Konfigurationspunkt {KEY}={VAL} erfolgreich eingestellt.
|
||||
liteyuki.stats.group=Gruppe
|
||||
liteyuki.stats.user=Nutzer
|
||||
liteyuki.stats.plugin=Plugin
|
||||
liteyuki.stats.sent=Gesendet
|
||||
liteyuki.stats.received=Empfangen
|
||||
liteyuki.stats.run_time=Ausführungszeit
|
||||
liteyuki.stats.groups=Gruppen
|
||||
liteyuki.stats.friends=Freunde
|
||||
|
||||
main.current_language=Aktuell konfigurierte Sprache: {LANG}
|
||||
main.enable_webdash=Web-Dashboard ist aktiviert: {URL}
|
||||
main.monitor.title=Qingshu Überwachungspanel
|
||||
main.monitor.description=Qingshu Roboter Überwachungspanel
|
||||
main.current_language=Aktuelle Sprache: {LANG}
|
||||
main.enable_webdash=Webüberwachungspanel aktiviert: {URL}
|
||||
main.monitor.title=LiteYuki Überwachung
|
||||
main.monitor.description=LiteYuki Bot Überwachung
|
||||
main.monitor.cpu=CPU
|
||||
main.monitor.memory=Speicher
|
||||
main.monitor.swap=Swap
|
||||
main.monitor.disk=Festplatte
|
||||
main.monitor.usage=Auslastung
|
||||
main.monitor.usage=Nutzung
|
||||
main.monitor.total=Gesamt
|
||||
main.monitor.used=Verwendet
|
||||
|
||||
data_manager.migrate_success=Datenmodell {NAME} erfolgreich migriert
|
||||
data_manager.migrate_success=Datenmodell {NAME} Migration erfolgreich.
|
||||
|
||||
npm.loaded_plugins=Geladene Plugins
|
||||
npm.total=Insgesamt {TOTAL}
|
||||
npm.loaded_plugins=Plugins geladen
|
||||
npm.total=Gesamt {TOTAL}
|
||||
npm.help=Hilfe
|
||||
npm.usage=Verwendung
|
||||
npm.disable=Deaktivieren
|
||||
@ -32,49 +46,49 @@ npm.enable=Aktivieren
|
||||
npm.enable_global=Global aktivieren
|
||||
npm.install=Installieren
|
||||
npm.uninstall=Deinstallieren
|
||||
npm.installing=Installation von {NAME} läuft
|
||||
npm.installing=Installiere {NAME}
|
||||
npm.cannot_uninstall=Deinstallation nicht möglich
|
||||
npm.no_description=Keine Beschreibung
|
||||
npm.store_update_success=Update der Plugin-Store-Daten erfolgreich
|
||||
npm.store_update_failed=Update der Plugin-Store-Daten fehlgeschlagen
|
||||
npm.store_update_success=Plugin-Store-Daten erfolgreich aktualisiert.
|
||||
npm.store_update_failed=Plugin-Store-Datenaktualisierung fehlgeschlagen.
|
||||
npm.search_result=Suchergebnisse
|
||||
npm.search_no_result=Keine Suchergebnisse
|
||||
npm.too_many_results=Zu viele Ergebnisse, {HIDE_NUM} Elemente wurden ausgeblendet. Bitte beschränken Sie Ihre Suche durch Stichwörter.
|
||||
npm.install_success={NAME} erfolgreich installiert
|
||||
npm.install_failed=Installation von {NAME} fehlgeschlagen. Bitte überprüfen Sie die Protokolle für weitere Informationen. Wenn das Problem weiterhin besteht, besuchen Sie {HOMEPAGE}, um Hilfe zu erhalten.
|
||||
npm.uninstall_success={NAME} erfolgreich deinstalliert. Änderungen werden nach einem Neustart wirksam.
|
||||
npm.uninstall_failed=Deinstallation von {NAME} fehlgeschlagen
|
||||
npm.load_failed=Das Laden von {NAME} ist fehlgeschlagen. Bitte überprüfen Sie die Details in der Konsole, stellen Sie sicher, dass die Abhängigkeiten oder Konfigurationen korrekt sind. Wenn das Problem weiterhin besteht, besuchen Sie {HOMEPAGE}, um Hilfe zu erhalten.
|
||||
npm.plugin_not_found={NAME} wurde nicht im Store gefunden. Versuchen Sie, die Store-Informationen zu aktualisieren, oder überprüfen Sie die Rechtschreibung.
|
||||
npm.plugin_not_installed={NAME} nicht installiert
|
||||
npm.plugin_already_installed={NAME} ist bereits installiert. Bitte installieren Sie es nicht erneut.
|
||||
npm.too_many_results=Zu viele Ergebnisse, {HIDE_NUM} Elemente ausgeblendet. Bitte verfeinern Sie Ihre Suche.
|
||||
npm.install_success={NAME} erfolgreich installiert.
|
||||
npm.install_failed={NAME} Installation fehlgeschlagen. Überprüfen Sie die Protokolle für Details. Wenn Sie das Problem nicht lösen können, besuchen Sie {HOMEPAGE} für Unterstützung.
|
||||
npm.uninstall_success={NAME} erfolgreich deinstalliert. Wird nach dem nächsten Neustart wirksam.
|
||||
npm.uninstall_failed={NAME} Deinstallation fehlgeschlagen.
|
||||
npm.load_failed={NAME} Laden fehlgeschlagen. Überprüfen Sie die Konsole für Details. Überprüfen Sie die Abhängigkeiten oder Konfiguration. Wenn Sie das Problem nicht lösen können, besuchen Sie {HOMEPAGE} für Unterstützung.
|
||||
npm.plugin_not_found={NAME} nicht im Store gefunden. Versuchen Sie, die Store-Informationen zu aktualisieren oder die Rechtschreibung zu überprüfen.
|
||||
npm.plugin_not_installed={NAME} nicht installiert.
|
||||
npm.plugin_already_installed={NAME} bereits installiert. Installation nicht wiederholen.
|
||||
npm.author=Autor
|
||||
npm.homepage=Startseite
|
||||
npm.homepage=Homepage
|
||||
npm.pypi=PyPI
|
||||
npm.next_page=Nächste Seite
|
||||
npm.prev_page=Vorherige Seite
|
||||
npm.plugin_cannot_be_toggled=Plugin {NAME} kann nicht aktiviert oder deaktiviert werden
|
||||
npm.plugin_already=Das Plugin {NAME} ist bereits {STATUS}. Bitte wiederholen Sie die Operation nicht.
|
||||
npm.toggle_failed={STATUS} des Plugins {NAME} fehlgeschlagen: {ERROR}
|
||||
npm.toggle_success={STATUS} des Plugins {NAME} erfolgreich
|
||||
npm.plugin_cannot_be_toggled=Plugin {NAME} kann nicht aktiviert oder deaktiviert werden.
|
||||
npm.plugin_already=Plugin {NAME} ist bereits im {STATUS}-Zustand. Keine wiederholte Aktion erforderlich.
|
||||
npm.toggle_failed=Plugin {NAME} {STATUS} fehlgeschlagen: {ERROR}
|
||||
npm.toggle_success=Plugin {NAME} {STATUS} erfolgreich.
|
||||
|
||||
user.profile.edit=Bearbeiten
|
||||
user.profile.set=Festlegen
|
||||
user.profile_manager.query=Ihr Profil {ATTR} ist derzeit auf {VALUE} festgelegt.
|
||||
user.profile_manager.set=Ihr Profil {ATTR} wurde auf {VALUE} festgelegt.
|
||||
user.profile_manager.query=Ihr Profil {ATTR} ist {VALUE}.
|
||||
user.profile_manager.set=Ihr Profil {ATTR} wurde auf {VALUE} gesetzt.
|
||||
user.profile.settings=Einstellungen
|
||||
user.profile.info=Persönliche Informationen
|
||||
user.profile.info=Profilinformationen
|
||||
user.profile.lang=Sprache
|
||||
user.profile.lang.desc=Setzen der Benutzersprache
|
||||
user.profile.lang.desc=Benutzersprache einstellen
|
||||
user.profile.timezone=Zeitzone
|
||||
user.profile.timezone.desc=Setzen der aktuellen Zeitzone des Benutzers
|
||||
user.profile.timezone.desc=Benutzerzeitzone einstellen
|
||||
user.profile.theme=Thema
|
||||
user.profile.theme.desc=Setzen des Benutzeroberflächenthemas
|
||||
user.profile.location=Standort
|
||||
user.profile.location.desc=Setzen der Standortinformationen des Benutzers
|
||||
user.profile.theme.desc=Benutzerdesign einstellen
|
||||
user.profile.location=Ort
|
||||
user.profile.location.desc=Benutzerstandortinformationen einstellen
|
||||
user.profile.nickname=Spitzname
|
||||
user.profile.nickname.desc=Festlegen, wie der Bot den Benutzer ansprechen soll
|
||||
user.profile.nickname.desc=Spitzname des Bots für den Benutzer festlegen
|
||||
|
||||
user.profile.input_value=Geben Sie einen Wert für {ATTR} ein.
|
||||
user.profile.set_success={ATTR} wurde erfolgreich auf {VALUE} festgelegt.
|
||||
user.profile.set_failed=Festlegen von {ATTR} fehlgeschlagen. Bitte überprüfen Sie die Eingabe auf Richtigkeit.
|
||||
user.profile.input_value=Bitte geben Sie {ATTR} ein
|
||||
user.profile.set_success={ATTR} erfolgreich auf {VALUE} festgelegt
|
||||
user.profile.set_failed={ATTR} festlegen fehlgeschlagen. Bitte überprüfen Sie, ob die Eingabe gültig ist.
|
||||
|
@ -2,80 +2,93 @@ language.name=English
|
||||
|
||||
log.debug=Debug
|
||||
log.info=Info
|
||||
log.warning=WARN
|
||||
log.warning=Warning
|
||||
log.error=Error
|
||||
log.success=Success
|
||||
|
||||
liteyuki.restart=Restart
|
||||
liteyuki.restart_now=Restart now
|
||||
liteyuki.update_restart=Update completely, You can {RESTART} or later to apply the changes
|
||||
liteyuki.current_config=Current Config
|
||||
liteyuki.restart_now=Restart Now
|
||||
liteyuki.update_restart=Updates complete. You can {RESTART} now or restart manually later to apply these updates.
|
||||
liteyuki.current_config=Current Configuration
|
||||
liteyuki.static_config=Static File Configuration
|
||||
liteyuki.stored_config=Stored Configuration
|
||||
liteyuki.config_set_success=Configuration item {KEY}={VAL} set successfully.
|
||||
liteyuki.stats.group=Group
|
||||
liteyuki.stats.user=User
|
||||
liteyuki.stats.plugin=Plugin
|
||||
liteyuki.stats.sent=Sent
|
||||
liteyuki.stats.received=Received
|
||||
liteyuki.stats.run_time=Run Time
|
||||
liteyuki.stats.groups=Groups
|
||||
liteyuki.stats.friends=Friends
|
||||
|
||||
main.current_language=Current config language: {LANG}
|
||||
main.enable_webdash=Web dashboard is enabled: {URL}
|
||||
main.monitor.title=Liteyuki Monitor
|
||||
main.monitor.description=Monitor your server with Liteyuki Monitor
|
||||
main.current_language=Current language: {LANG}
|
||||
main.enable_webdash=Web monitoring panel enabled: {URL}
|
||||
main.monitor.title=Liteyuki Monitoring
|
||||
main.monitor.description=Liteyuki Bot Monitoring
|
||||
main.monitor.cpu=CPU
|
||||
main.monitor.memory=MEM
|
||||
main.monitor.swap=SWAP
|
||||
main.monitor.memory=Memory
|
||||
main.monitor.swap=Swap
|
||||
main.monitor.disk=Disk
|
||||
main.monitor.usage=Usage
|
||||
main.monitor.total=Total
|
||||
main.monitor.used=Used
|
||||
|
||||
data_manager.migrate_success=Model {NAME} migration successful
|
||||
data_manager.migrate_success=Data model {NAME} migration successful.
|
||||
|
||||
npm.loaded_plugins=Loaded plugins
|
||||
npm.loaded_plugins=Plugins loaded
|
||||
npm.total=Total {TOTAL}
|
||||
npm.help=Help
|
||||
npm.usage=Usage
|
||||
npm.disable=Disable
|
||||
npm.disable_global=DisableGlobal
|
||||
npm.disable_global=Disable Global
|
||||
npm.enable=Enable
|
||||
npm.enable_global=EnableGlobal
|
||||
npm.enable_global=Enable Global
|
||||
npm.install=Install
|
||||
npm.uninstall=Uninstall
|
||||
npm.installing=Installing {NAME}...
|
||||
npm.cannot_uninstall=Cannot uninstall
|
||||
npm.installing=Installing {NAME}
|
||||
npm.cannot_uninstall=Unable to uninstall
|
||||
npm.no_description=No description
|
||||
npm.store_update_success=Plugin store data updated successfully
|
||||
npm.store_update_failed=Plugin store data update failed
|
||||
npm.store_update_success=Plugin store data update successful.
|
||||
npm.store_update_failed=Plugin store data update failed.
|
||||
npm.search_result=Search results
|
||||
npm.search_no_result=No result found
|
||||
npm.too_many_results=Too many results found, {HIDE_NUM} hidden, please refine your search
|
||||
npm.install_success={NAME} installed successfully
|
||||
npm.install_failed={NAME} installation failed, please check the console for more information, or visit the plugin's {HOMEPAGE}
|
||||
npm.uninstall_success={NAME} uninstalled successfully
|
||||
npm.uninstall_failed={NAME} uninstallation failed
|
||||
npm.load_failed={NAME} loading failed, please check the console for more information, or visit the plugin's {HOMEPAGE}
|
||||
npm.plugin_not_found={NAME} not found, please check the plugin's name
|
||||
npm.plugin_not_installed={NAME} is not installed
|
||||
npm.plugin_already_installed={NAME} is already installed
|
||||
npm.search_no_result=No search results
|
||||
npm.too_many_results=Too many results, {HIDE_NUM} items hidden. Please refine your search.
|
||||
npm.install_success={NAME} installed successfully.
|
||||
npm.install_failed={NAME} installation failed. Check logs for details. If unable to resolve, visit {HOMEPAGE} for assistance.
|
||||
npm.uninstall_success={NAME} uninstalled successfully. Will take effect after next restart.
|
||||
npm.uninstall_failed={NAME} uninstallation failed.
|
||||
npm.load_failed={NAME} load failed. Check console for details. Verify dependencies or configuration. If unable to resolve, visit {HOMEPAGE} for assistance.
|
||||
npm.plugin_not_found={NAME} not found in the store. Try updating store information or check spelling.
|
||||
npm.plugin_not_installed={NAME} not installed.
|
||||
npm.plugin_already_installed={NAME} already installed. Do not repeat the installation.
|
||||
npm.author=Author
|
||||
npm.homepage=Homepage
|
||||
npm.pypi=PyPI
|
||||
npm.next_page=Next
|
||||
npm.prev_page=Prev
|
||||
npm.plugin_cannot_be_toggled=Plugin {NAME} cannot be toggled
|
||||
npm.plugin_already=Plugin {NAME} is already in {STATUS} state, no need for repeated operation
|
||||
npm.toggle_failed=Failed to {STATUS} plugin {NAME}: {ERROR}
|
||||
npm.toggle_success=Succeeded in {STATUS} plugin {NAME}
|
||||
npm.next_page=Next Page
|
||||
npm.prev_page=Previous Page
|
||||
npm.plugin_cannot_be_toggled=Plugin {NAME} cannot be enabled or disabled.
|
||||
npm.plugin_already=Plugin {NAME} is already in {STATUS} state. No need for repetitive action.
|
||||
npm.toggle_failed=Plugin {NAME} {STATUS} failed: {ERROR}
|
||||
npm.toggle_success=Plugin {NAME} {STATUS} successful.
|
||||
|
||||
user.profile.edit=Edit
|
||||
user.profile.set=Set
|
||||
user.profile_manager.query=Your {ATTR} is {VALUE}
|
||||
user.profile_manager.set=Yours {ATTR} has been set to {VALUE}
|
||||
user.profile.settings=settings
|
||||
user.profile.info=Personal information
|
||||
user.profile_manager.query=Your profile {ATTR} is {VALUE}.
|
||||
user.profile_manager.set=Your profile {ATTR} has been set to {VALUE}.
|
||||
user.profile.settings=Settings
|
||||
user.profile.info=Profile Information
|
||||
user.profile.lang=Language
|
||||
user.profile.lang.desc=Set user language
|
||||
user.profile.timezone=Timezone
|
||||
user.profile.timezone.desc=Set user's current timezone
|
||||
user.profile.timezone.desc=Set user timezone
|
||||
user.profile.theme=Theme
|
||||
user.profile.theme.desc=Set user interface theme
|
||||
user.profile.theme.desc=Set user theme
|
||||
user.profile.location=Location
|
||||
user.profile.location.desc=Set user location information
|
||||
user.profile.nickname=Nickname
|
||||
user.profile.nickname.desc=Set Bot's nickname for the user
|
||||
|
||||
user.profile.input_value=Please enter a value of {ATTR}
|
||||
user.profile.set_success=Succeeded in setting {ATTR} as {VALUE}
|
||||
user.profile.set_failed=Setting {ATTR} failed, please check the input value
|
||||
user.profile.input_value=Please enter {ATTR}
|
||||
user.profile.set_success={ATTR} set successfully to {VALUE}
|
||||
user.profile.set_failed=Setting {ATTR} failed. Please check if the input is valid.
|
||||
|
@ -6,71 +6,89 @@ log.warning=Advertencia
|
||||
log.error=Error
|
||||
log.success=Éxito
|
||||
|
||||
main.current_language=El idioma configurado actualmente es: {LANG}
|
||||
main.enable_webdash=Panel de control web habilitado: {URL}
|
||||
main.monitor.title=Panel de monitoreo de Qingshu
|
||||
main.monitor.description=Panel de monitoreo de robots de Qingshu
|
||||
main.monitor.cpu=Procesador
|
||||
liteyuki.restart=Reiniciar
|
||||
liteyuki.restart_now=Reiniciar Ahora
|
||||
liteyuki.update_restart=Actualizaciones completadas. Puede {RESTART} ahora o reiniciar manualmente más tarde para aplicar estas actualizaciones.
|
||||
liteyuki.current_config=Configuración Actual
|
||||
liteyuki.static_config=Configuración de Archivos Estáticos
|
||||
liteyuki.stored_config=Configuración Almacenada
|
||||
liteyuki.config_set_success=Elemento de configuración {KEY}={VAL} configurado exitosamente.
|
||||
liteyuki.stats.group=Grupo
|
||||
liteyuki.stats.user=Usuario
|
||||
liteyuki.stats.plugin=Plugin
|
||||
liteyuki.stats.sent=Enviado
|
||||
liteyuki.stats.received=Recibido
|
||||
liteyuki.stats.run_time=Tiempo de Ejecución
|
||||
liteyuki.stats.groups=Grupos
|
||||
liteyuki.stats.friends=Amigos
|
||||
|
||||
main.current_language=Idioma actual: {LANG}
|
||||
main.enable_webdash=Panel de monitoreo web habilitado: {URL}
|
||||
main.monitor.title=Monitoreo de LiteYuki
|
||||
main.monitor.description=Monitoreo del Bot LiteYuki
|
||||
main.monitor.cpu=CPU
|
||||
main.monitor.memory=Memoria
|
||||
main.monitor.swap=Intercambio
|
||||
main.monitor.swap=Swap
|
||||
main.monitor.disk=Disco
|
||||
main.monitor.usage=Uso
|
||||
main.monitor.total=Total
|
||||
main.monitor.used=Usado
|
||||
|
||||
data_manager.migrate_success=Éxito en la migración del modelo de datos {NAME}
|
||||
data_manager.migrate_success=Migración exitosa del modelo de datos {NAME}.
|
||||
|
||||
npm.loaded_plugins=Plugins cargados
|
||||
npm.total=Total {TOTAL}
|
||||
npm.help=Ayuda
|
||||
npm.usage=Uso
|
||||
npm.disable=Desactivar
|
||||
npm.disable_global=Desactivar globalmente
|
||||
npm.disable=Deshabilitar
|
||||
npm.disable_global=Deshabilitar Globalmente
|
||||
npm.enable=Habilitar
|
||||
npm.enable_global=Habilitar globalmente
|
||||
npm.enable_global=Habilitar Globalmente
|
||||
npm.install=Instalar
|
||||
npm.uninstall=Desinstalar
|
||||
npm.installing=Instalando {NAME}
|
||||
npm.cannot_uninstall=No se puede desinstalar
|
||||
npm.no_description=Sin descripción
|
||||
npm.store_update_success=Actualización exitosa de los datos de la tienda de plugins
|
||||
npm.store_update_failed=Fallo en la actualización de los datos de la tienda de plugins
|
||||
npm.search_result=Resultado de la búsqueda
|
||||
npm.search_no_result=Sin resultados de búsqueda
|
||||
npm.too_many_results=Demasiados resultados, {HIDE_NUM} elementos ocultos. Por favor, limite la búsqueda con palabras clave.
|
||||
npm.install_success=Instalación de {NAME} exitosa
|
||||
npm.install_failed=Fallo en la instalación de {NAME}. Por favor, revise los registros para obtener más información. Si no puede resolver el problema, visite {HOMEPAGE} para obtener ayuda.
|
||||
npm.uninstall_success=Desinstalación de {NAME} exitosa. Los cambios se aplicarán después de reiniciar.
|
||||
npm.uninstall_failed=Fallo en la desinstalación de {NAME}
|
||||
npm.load_failed=Fallo en la carga de {NAME}. Por favor, revise los detalles en la consola, asegúrese de que las dependencias o configuraciones sean correctas. Si no puede resolver el problema, visite {HOMEPAGE} para obtener ayuda.
|
||||
npm.plugin_not_found=No se encontró {NAME} en la tienda. Intente actualizar la información de la tienda o verifique la ortografía.
|
||||
npm.plugin_not_installed={NAME} no instalado
|
||||
npm.plugin_already_installed={NAME} ya instalado. Por favor, no lo instale nuevamente.
|
||||
npm.store_update_success=Actualización exitosa de datos del almacén de plugins.
|
||||
npm.store_update_failed=Fallo en la actualización de datos del almacén de plugins.
|
||||
npm.search_result=Resultados de búsqueda
|
||||
npm.search_no_result=No hay resultados de búsqueda
|
||||
npm.too_many_results=Demasiados resultados, {HIDE_NUM} elementos ocultos. Por favor, refina tu búsqueda.
|
||||
npm.install_success={NAME} instalado correctamente.
|
||||
npm.install_failed=La instalación de {NAME} falló. Verifica los registros para más detalles. Si no puedes resolver el problema, visita {HOMEPAGE} para obtener ayuda.
|
||||
npm.uninstall_success={NAME} desinstalado correctamente. Se aplicará después de reiniciar.
|
||||
npm.uninstall_failed=La desinstalación de {NAME} falló.
|
||||
npm.load_failed=Fallo al cargar {NAME}. Verifica la consola para más detalles. Verifica las dependencias o configuraciones. Si no puedes resolver el problema, visita {HOMEPAGE} para obtener ayuda.
|
||||
npm.plugin_not_found={NAME} no se encontró en la tienda. Intenta actualizar la información de la tienda o verifica la ortografía.
|
||||
npm.plugin_not_installed={NAME} no está instalado.
|
||||
npm.plugin_already_installed={NAME} ya está instalado. No repitas la instalación.
|
||||
npm.author=Autor
|
||||
npm.homepage=Página principal
|
||||
npm.pypi=PyPI
|
||||
npm.next_page=Siguiente página
|
||||
npm.prev_page=Página anterior
|
||||
npm.plugin_cannot_be_toggled=El plugin {NAME} no puede ser activado o desactivado
|
||||
npm.plugin_already=El plugin {NAME} ya está {STATUS}. Por favor, no repita la operación.
|
||||
npm.toggle_failed=Fallo al {STATUS} el plugin {NAME}: {ERROR}
|
||||
npm.toggle_success={STATUS} del plugin {NAME} exitoso
|
||||
npm.next_page=Siguiente Página
|
||||
npm.prev_page=Página Anterior
|
||||
npm.plugin_cannot_be_toggled=El plugin {NAME} no puede ser habilitado o deshabilitado.
|
||||
npm.plugin_already=El plugin {NAME} ya está en estado {STATUS}. No es necesario repetir la acción.
|
||||
npm.toggle_failed=Falló la {STATUS} del plugin {NAME}: {ERROR}
|
||||
npm.toggle_success={STATUS} exitosa del plugin {NAME}.
|
||||
|
||||
user.profile.edit=Editar
|
||||
user.profile.set=Establecer
|
||||
user.profile_manager.query=Tu información personal {ATTR} es {VALUE}
|
||||
user.profile_manager.set=Tu información personal {ATTR} se ha establecido como {VALUE}
|
||||
user.profile.settings=Configuración
|
||||
user.profile.info=Información personal
|
||||
user.profile_manager.query=Tu perfil {ATTR} es {VALUE}.
|
||||
user.profile_manager.set=Tu perfil {ATTR} ha sido establecido en {VALUE}.
|
||||
user.profile.settings=Ajustes
|
||||
user.profile.info=Información del Perfil
|
||||
user.profile.lang=Idioma
|
||||
user.profile.lang.desc=Establecer el idioma del usuario
|
||||
user.profile.timezone=Zona horaria
|
||||
user.profile.timezone.desc=Establecer la zona horaria actual del usuario
|
||||
user.profile.timezone.desc=Establecer la zona horaria del usuario
|
||||
user.profile.theme=Tema
|
||||
user.profile.theme.desc=Establecer el tema de la interfaz de usuario del usuario
|
||||
user.profile.theme.desc=Establecer el tema de la interfaz del usuario
|
||||
user.profile.location=Ubicación
|
||||
user.profile.location.desc=Establecer la información de ubicación del usuario
|
||||
user.profile.nickname=Apodo
|
||||
user.profile.nickname.desc=Establecer cómo el bot debe llamar al usuario
|
||||
user.profile.nickname.desc=Establecer el apodo del Bot para el usuario
|
||||
|
||||
user.profile.input_value=Ingrese un valor para {ATTR}
|
||||
user.profile.set_success=Se ha establecido correctamente {ATTR} como {VALUE}
|
||||
user.profile.set_failed=Fallo al establecer {ATTR}. Por favor, verifique la entrada.
|
||||
user.profile.input_value=Por favor ingresa {ATTR}
|
||||
user.profile.set_success={ATTR} establecido correctamente a {VALUE}
|
||||
user.profile.set_failed=Fallo al establecer {ATTR}. Por favor, verifica si la entrada es válida.
|
@ -1,76 +1,94 @@
|
||||
language.name=Français
|
||||
|
||||
log.debug=Débogage
|
||||
log.info=Information
|
||||
log.info=Info
|
||||
log.warning=Avertissement
|
||||
log.error=Erreur
|
||||
log.success=Succès
|
||||
|
||||
main.current_language=La langue configurée actuellement est : {LANG}
|
||||
main.enable_webdash=Le tableau de bord web est activé : {URL}
|
||||
main.monitor.title=Tableau de bord de surveillance de Qingshu
|
||||
main.monitor.description=Tableau de bord de surveillance de robot Qingshu
|
||||
liteyuki.restart=Redémarrer
|
||||
liteyuki.restart_now=Redémarrer Maintenant
|
||||
liteyuki.update_restart=Mise à jour terminée. Vous pouvez {RESTART} maintenant ou redémarrer manuellement plus tard pour appliquer ces mises à jour.
|
||||
liteyuki.current_config=Configuration Actuelle
|
||||
liteyuki.static_config=Configuration des Fichiers Statiques
|
||||
liteyuki.stored_config=Configuration Stockée
|
||||
liteyuki.config_set_success=Élément de configuration {KEY}={VAL} défini avec succès.
|
||||
liteyuki.stats.group=Groupe
|
||||
liteyuki.stats.user=Utilisateur
|
||||
liteyuki.stats.plugin=Plugin
|
||||
liteyuki.stats.sent=Envoyé
|
||||
liteyuki.stats.received=Reçu
|
||||
liteyuki.stats.run_time=Temps d'Exécution
|
||||
liteyuki.stats.groups=Groupes
|
||||
liteyuki.stats.friends=Amis
|
||||
|
||||
main.current_language=Langue actuelle : {LANG}
|
||||
main.enable_webdash=Tableau de bord Web activé : {URL}
|
||||
main.monitor.title=Surveillance de LiteYuki
|
||||
main.monitor.description=Surveillance du Bot LiteYuki
|
||||
main.monitor.cpu=CPU
|
||||
main.monitor.memory=Mémoire
|
||||
main.monitor.swap=Swap
|
||||
main.monitor.disk=Disque
|
||||
main.monitor.usage=Taux d'utilisation
|
||||
main.monitor.usage=Utilisation
|
||||
main.monitor.total=Total
|
||||
main.monitor.used=Utilisé
|
||||
|
||||
data_manager.migrate_success=Migration réussie du modèle de données {NAME}
|
||||
data_manager.migrate_success=Migration réussie du modèle de données {NAME}.
|
||||
|
||||
npm.loaded_plugins=Plugins chargés
|
||||
npm.total=Total {TOTAL}
|
||||
npm.help=Aide
|
||||
npm.usage=Usage
|
||||
npm.usage=Utilisation
|
||||
npm.disable=Désactiver
|
||||
npm.disable_global=Désactiver globalement
|
||||
npm.disable_global=Désactiver Globalement
|
||||
npm.enable=Activer
|
||||
npm.enable_global=Activer globalement
|
||||
npm.enable_global=Activer Globalement
|
||||
npm.install=Installer
|
||||
npm.uninstall=Désinstaller
|
||||
npm.installing=Installation de {NAME} en cours
|
||||
npm.installing=Installation de {NAME}
|
||||
npm.cannot_uninstall=Impossible de désinstaller
|
||||
npm.no_description=Aucune description
|
||||
npm.store_update_success=Mise à jour des données de la boutique de plugins réussie
|
||||
npm.store_update_failed=Échec de la mise à jour des données de la boutique de plugins
|
||||
npm.search_result=Résultat de la recherche
|
||||
npm.search_no_result=Aucun résultat trouvé
|
||||
npm.too_many_results=Trop de résultats, {HIDE_NUM} éléments ont été masqués. Veuillez limiter votre recherche par mot-clé
|
||||
npm.install_success=Installation de {NAME} réussie
|
||||
npm.install_failed=Échec de l'installation de {NAME}. Veuillez consulter les journaux pour obtenir des informations détaillées. Si le problème persiste, veuillez visiter {HOMEPAGE} pour obtenir de l'aide
|
||||
npm.uninstall_success=Désinstallation de {NAME} réussie. Le changement prendra effet au prochain redémarrage
|
||||
npm.uninstall_failed=Échec de la désinstallation de {NAME}
|
||||
npm.load_failed=Échec du chargement de {NAME}. Veuillez consulter les informations détaillées dans la console, vérifier que les dépendances ou la configuration sont correctes. Si le problème persiste, veuillez visiter {HOMEPAGE} pour obtenir de l'aide
|
||||
npm.plugin_not_found=Le plugin {NAME} n'a pas été trouvé dans la boutique. Veuillez essayer de mettre à jour les informations de la boutique ou vérifier l'orthographe
|
||||
npm.plugin_not_installed={NAME} n'est pas installé
|
||||
npm.plugin_already_installed={NAME} est déjà installé. Veuillez ne pas répéter l'installation
|
||||
npm.store_update_success=Mise à jour des données du magasin de plugins réussie.
|
||||
npm.store_update_failed=Échec de la mise à jour des données du magasin de plugins.
|
||||
npm.search_result=Résultats de la recherche
|
||||
npm.search_no_result=Aucun résultat de recherche
|
||||
npm.too_many_results=Trop de résultats, {HIDE_NUM} éléments masqués. Veuillez affiner votre recherche.
|
||||
npm.install_success={NAME} installé avec succès.
|
||||
npm.install_failed=Échec de l'installation de {NAME}. Veuillez vérifier les journaux pour plus de détails. Si vous ne parvenez pas à résoudre le problème, visitez {HOMEPAGE} pour obtenir de l'aide.
|
||||
npm.uninstall_success={NAME} désinstallé avec succès. Sera effectif après le prochain redémarrage.
|
||||
npm.uninstall_failed=Échec de la désinstallation de {NAME}.
|
||||
npm.load_failed=Échec du chargement de {NAME}. Veuillez vérifier la console pour plus de détails. Vérifiez les dépendances ou la configuration. Si vous ne parvenez pas à résoudre le problème, visitez {HOMEPAGE} pour obtenir de l'aide.
|
||||
npm.plugin_not_found={NAME} non trouvé dans le magasin. Essayez de mettre à jour les informations du magasin ou de vérifier l'orthographe.
|
||||
npm.plugin_not_installed={NAME} n'est pas installé.
|
||||
npm.plugin_already_installed={NAME} déjà installé. Ne répétez pas l'installation.
|
||||
npm.author=Auteur
|
||||
npm.homepage=Page d'accueil
|
||||
npm.pypi=PyPI
|
||||
npm.next_page=Page suivante
|
||||
npm.prev_page=Page précédente
|
||||
npm.plugin_cannot_be_toggled=Impossible d'activer ou de désactiver le plugin {NAME}
|
||||
npm.plugin_already=Le plugin {NAME} est déjà {STATUS}. Veuillez ne pas répéter l'opération
|
||||
npm.next_page=Page Suivante
|
||||
npm.prev_page=Page Précédente
|
||||
npm.plugin_cannot_be_toggled=Le plugin {NAME} ne peut pas être activé ou désactivé.
|
||||
npm.plugin_already=Le plugin {NAME} est déjà dans l'état {STATUS}. Aucune action répétitive nécessaire.
|
||||
npm.toggle_failed=Échec de {STATUS} du plugin {NAME} : {ERROR}
|
||||
npm.toggle_success={STATUS} du plugin {NAME} réussi
|
||||
npm.toggle_success={STATUS} réussi du plugin {NAME}.
|
||||
|
||||
user.profile.edit=Modifier
|
||||
user.profile.edit=Éditer
|
||||
user.profile.set=Définir
|
||||
user.profile_manager.query=Votre profil {ATTR} est actuellement défini sur {VALUE}.
|
||||
user.profile_manager.query=Votre profil {ATTR} est {VALUE}.
|
||||
user.profile_manager.set=Votre profil {ATTR} a été défini sur {VALUE}.
|
||||
user.profile.settings=Paramètres
|
||||
user.profile.info=Informations personnelles
|
||||
user.profile.info=Informations du Profil
|
||||
user.profile.lang=Langue
|
||||
user.profile.lang.desc=Définir la langue de l'utilisateur
|
||||
user.profile.timezone=Fuseau horaire
|
||||
user.profile.timezone.desc=Définir le fuseau horaire actuel de l'utilisateur
|
||||
user.profile.timezone=Fuseau Horaire
|
||||
user.profile.timezone.desc=Définir le fuseau horaire de l'utilisateur
|
||||
user.profile.theme=Thème
|
||||
user.profile.theme.desc=Définir le thème de l'interface utilisateur de l'utilisateur
|
||||
user.profile.theme.desc=Définir le thème de l'interface utilisateur
|
||||
user.profile.location=Emplacement
|
||||
user.profile.location.desc=Définir les informations de localisation de l'utilisateur
|
||||
user.profile.nickname=Pseudo
|
||||
user.profile.nickname.desc=Définir comment le Bot doit appeler l'utilisateur
|
||||
user.profile.nickname.desc=Définir le pseudo du Bot pour l'utilisateur
|
||||
|
||||
user.profile.input_value=Veuillez saisir une valeur pour {ATTR}.
|
||||
user.profile.set_success={ATTR} a été défini sur {VALUE} avec succès.
|
||||
user.profile.set_failed=Échec de la définition de {ATTR}. Veuillez vérifier que l'entrée est valide.
|
||||
user.profile.input_value=Veuillez entrer {ATTR}
|
||||
user.profile.set_success={ATTR} défini avec succès sur {VALUE}
|
||||
user.profile.set_failed=Échec de la définition de {ATTR}. Veuillez vérifier si l'entrée est valide.
|
@ -1,4 +1,4 @@
|
||||
language.name = 日本語
|
||||
language.name=日本語
|
||||
|
||||
log.debug=デバッグ
|
||||
log.info=情報
|
||||
@ -6,75 +6,89 @@ log.warning=警告
|
||||
log.error=エラー
|
||||
log.success=成功
|
||||
|
||||
iteyuki.restart=再起動
|
||||
liteyuki.restart=再起動
|
||||
liteyuki.restart_now=今すぐ再起動
|
||||
liteyuki.update_restart=更新完了、{RESTART}または後で変更を適用できます
|
||||
liteyuki.update_restart=更新が完了しました。{RESTART}してください、または後で手動で再起動してこれらの更新を適用します
|
||||
liteyuki.current_config=現在の設定
|
||||
liteyuki.static_config=静的ファイル設定
|
||||
liteyuki.stored_config=保存された設定
|
||||
liteyuki.config_set_success=設定項目 {KEY}={VAL} が正常に設定されました
|
||||
liteyuki.stats.group=グループ
|
||||
liteyuki.stats.user=ユーザー
|
||||
liteyuki.stats.plugin=プラグイン
|
||||
liteyuki.stats.sent=送信
|
||||
liteyuki.stats.received=受信
|
||||
liteyuki.stats.run_time=実行時間
|
||||
liteyuki.stats.groups=グループ
|
||||
liteyuki.stats.friends=友達
|
||||
|
||||
main.current_language = 現在のシステム言語: {LANG}
|
||||
main.enable_webdash = ウェブダッシュボードが有効になりました: {URL}
|
||||
main.monitor.title = Liteyukiモニタリングパネル
|
||||
main.monitor.description = Liteyukiロボットモニタリングパネル
|
||||
main.monitor.cpu = CPU
|
||||
main.monitor.memory = メモリ
|
||||
main.monitor.swap = スワップ
|
||||
main.monitor.disk = ディスク
|
||||
main.monitor.usage = 使用率
|
||||
main.current_language=現在の言語: {LANG}
|
||||
main.enable_webdash=Web監視パネルが有効になりました: {URL}
|
||||
main.monitor.title=LiteYukiモニタリング
|
||||
main.monitor.description=LiteYukiボットモニタリング
|
||||
main.monitor.cpu=CPU
|
||||
main.monitor.memory=メモリ
|
||||
main.monitor.swap=スワップ
|
||||
main.monitor.disk=ディスク
|
||||
main.monitor.usage=使用率
|
||||
main.monitor.total=合計
|
||||
main.monitor.used=使用済み
|
||||
|
||||
data_manager.migrate_success = データが正常に移行されました {NAME}
|
||||
data_manager.migrate_success=データモデル{NAME}の移行が成功しました
|
||||
|
||||
npm.loaded_plugins = 読み込まれたプラグイン
|
||||
npm.total = 合計 {TOTAL}
|
||||
npm.help = ヘルプ
|
||||
npm.usage = 使用法
|
||||
npm.disable = 無効
|
||||
npm.disable_global = グローバル無効
|
||||
npm.enable = 有効
|
||||
npm.enable_global = グローバル有効
|
||||
npm.install = インストール
|
||||
npm.uninstall = アンインストール
|
||||
npm.installing = {NAME} インストール中
|
||||
npm.cannot_uninstall = このプラグインはアンインストールできません
|
||||
npm.no_description = 説明なし
|
||||
npm.store_update_success = プラグインストアのデータが正常に更新されました
|
||||
npm.store_update_failed = プラグインストアのデータの更新に失敗しました
|
||||
npm.search_result = 検索結果
|
||||
npm.search_no_result = 検索結果がありません
|
||||
npm.too_many_results = 検索結果が多すぎます。{HIDE_NUM} 件の結果が非表示になりました
|
||||
npm.install_success = {NAME} が正常にインストールされました
|
||||
npm.install_failed = {NAME} のインストールに失敗しました, 詳細はログを参照してください, またはプラグインの作者に連絡してください{HOMEPAGE}
|
||||
npm.uninstall_success = {NAME} が正常にアンインストールされました
|
||||
npm.uninstall_failed = {NAME} のアンインストールに失敗しました
|
||||
npm.load_failed = {NAME} の読み込みに失敗しました,詳細はログを参照してください, またはプラグインの作者に連絡してください{HOMEPAGE}
|
||||
npm.plugin_not_found = {NAME} は見つかりません,スペルをチェックしてください
|
||||
npm.plugin_not_installed = {NAME} はインストールされていません
|
||||
npm.plugin_already_installed = {NAME} は既にインストールされています
|
||||
npm.author = 著者
|
||||
npm.homepage = ホームページ
|
||||
npm.pypi = PyPI
|
||||
npm.next_page = 次のページ
|
||||
npm.prev_page = 前のページ
|
||||
npm.loaded_plugins=プラグインが読み込まれました
|
||||
npm.total=合計 {TOTAL}
|
||||
npm.help=ヘルプ
|
||||
npm.usage=使用方法
|
||||
npm.disable=無効
|
||||
npm.disable_global=グローバル無効
|
||||
npm.enable=有効
|
||||
npm.enable_global=グローバル有効
|
||||
npm.install=インストール
|
||||
npm.uninstall=アンインストール
|
||||
npm.installing={NAME} のインストール中
|
||||
npm.cannot_uninstall=アンインストールできません
|
||||
npm.no_description=説明なし
|
||||
npm.store_update_success=プラグインストアデータの更新に成功しました
|
||||
npm.store_update_failed=プラグインストアデータの更新に失敗しました
|
||||
npm.search_result=検索結果
|
||||
npm.search_no_result=検索結果がありません
|
||||
npm.too_many_results=結果が多すぎます、{HIDE_NUM} アイテムが非表示になりました。検索範囲を絞ってください
|
||||
npm.install_success={NAME} のインストールに成功しました
|
||||
npm.install_failed={NAME} のインストールに失敗しました。詳細についてはログを確認してください。解決できない場合は、{HOMEPAGE} にアクセスしてサポートを取得してください
|
||||
npm.uninstall_success={NAME} のアンインストールに成功しました、次回の再起動後に有効になります
|
||||
npm.uninstall_failed={NAME} のアンインストールに失敗しました
|
||||
npm.load_failed={NAME} の読み込みに失敗しました。詳細はコンソールを確認してください。依存関係や設定が正しいか確認してください。解決できない場合は、{HOMEPAGE} にアクセスしてサポートを取得してください
|
||||
npm.plugin_not_found={NAME} がストアで見つかりません。ストア情報を更新するか、スペルを確認してください
|
||||
npm.plugin_not_installed={NAME} がインストールされていません
|
||||
npm.plugin_already_installed={NAME} は既にインストールされています、再度インストールしないでください
|
||||
npm.author=作者
|
||||
npm.homepage=ホームページ
|
||||
npm.pypi=PyPI
|
||||
npm.next_page=次のページ
|
||||
npm.prev_page=前のページ
|
||||
npm.plugin_cannot_be_toggled=プラグイン {NAME} は有効または無効にできません
|
||||
npm.plugin_already=プラグイン {NAME} はすでに {STATUS} 状態です。繰り返し操作する必要はありません
|
||||
npm.toggle_failed=プラグイン {NAME} を {STATUS} にするのに失敗しました: {ERROR}
|
||||
npm.toggle_success=プラグイン {NAME} が {STATUS} になりました
|
||||
npm.plugin_already=プラグイン {NAME} は既に {STATUS} 状態です、繰り返し操作する必要はありません
|
||||
npm.toggle_failed=プラグイン {NAME} の {STATUS} に失敗しました: {ERROR}
|
||||
npm.toggle_success=プラグイン {NAME} の {STATUS} に成功しました
|
||||
|
||||
user.profile.edit=編集
|
||||
user.profile.set=設定
|
||||
user.profile_manager.query=あなたの個人情報 {ATTR} は {VALUE} です
|
||||
user.profile_manager.set=あなたの個人情報 {ATTR} は {VALUE} に設定されました
|
||||
user.profile_manager.query=あなたのプロファイル {ATTR} は {VALUE} です
|
||||
user.profile_manager.set=あなたのプロファイル {ATTR} は {VALUE} に設定されました
|
||||
user.profile.settings=設定
|
||||
user.profile.info=個人情報
|
||||
user.profile.info=プロファイル情報
|
||||
user.profile.lang=言語
|
||||
user.profile.lang.desc=ユーザーの言語を設定します
|
||||
user.profile.lang.desc=ユーザー言語を設定します
|
||||
user.profile.timezone=タイムゾーン
|
||||
user.profile.timezone.desc=ユーザーの現在のタイムゾーンを設定します
|
||||
user.profile.timezone.desc=ユーザーのタイムゾーンを設定します
|
||||
user.profile.theme=テーマ
|
||||
user.profile.theme.desc=ユーザーインターフェースのテーマを設定します
|
||||
user.profile.theme.desc=ユーザーのテーマを設定します
|
||||
user.profile.location=場所
|
||||
user.profile.location.desc=ユーザーの位置情報を設定します
|
||||
user.profile.location.desc=ユーザーの場所情報を設定します
|
||||
user.profile.nickname=ニックネーム
|
||||
user.profile.nickname.desc=ユーザーのニックネームを設定します
|
||||
user.profile.nickname.desc=ボットがユーザーに対して使用するニックネームを設定します
|
||||
|
||||
user.profile.input_value=新しい{ATTR}を入力してください
|
||||
user.profile.set_success=設定{ATTR}成功{VALUE}
|
||||
user.profile.set_failed=設定{ATTR}失敗,詳細はInputを参照してください
|
||||
user.profile.input_value={ATTR} を入力してください
|
||||
user.profile.set_success={ATTR} を {VALUE} に正常に設定しました
|
||||
user.profile.set_failed={ATTR} の設定に失敗しました。入力
|
||||
|
@ -6,17 +6,35 @@ log.warning=경고
|
||||
log.error=오류
|
||||
log.success=성공
|
||||
|
||||
main.current_language=현재 구성된 언어는: {LANG}
|
||||
liteyuki.restart=재시작
|
||||
liteyuki.restart_now=지금 다시 시작
|
||||
liteyuki.update_restart=업데이트가 완료되었습니다. {RESTART}을(를) 지금 실행하거나 나중에 수동으로 다시 시작하여 이 업데이트를 적용할 수 있습니다.
|
||||
liteyuki.current_config=현재 설정
|
||||
liteyuki.static_config=정적 파일 설정
|
||||
liteyuki.stored_config=저장된 설정
|
||||
liteyuki.config_set_success=구성 항목 {KEY}={VAL}이(가) 성공적으로 설정되었습니다.
|
||||
liteyuki.stats.group=그룹
|
||||
liteyuki.stats.user=사용자
|
||||
liteyuki.stats.plugin=플러그인
|
||||
liteyuki.stats.sent=보낸
|
||||
liteyuki.stats.received=받은
|
||||
liteyuki.stats.run_time=실행 시간
|
||||
liteyuki.stats.groups=그룹
|
||||
liteyuki.stats.friends=친구
|
||||
|
||||
main.current_language=현재 언어: {LANG}
|
||||
main.enable_webdash=웹 대시보드가 활성화되었습니다: {URL}
|
||||
main.monitor.title=경설 모니터링 대시보드
|
||||
main.monitor.description=경설 로봇 모니터링 대시보드
|
||||
main.monitor.title=LiteYuki 모니터링
|
||||
main.monitor.description=LiteYuki 봇 모니터링
|
||||
main.monitor.cpu=CPU
|
||||
main.monitor.memory=메모리
|
||||
main.monitor.swap=스왑
|
||||
main.monitor.disk=디스크
|
||||
main.monitor.usage=사용률
|
||||
main.monitor.usage=사용량
|
||||
main.monitor.total=전체
|
||||
main.monitor.used=사용된
|
||||
|
||||
data_manager.migrate_success={NAME} 데이터 모델 이전 성공
|
||||
data_manager.migrate_success=데이터 모델 {NAME} 이(가) 성공적으로 마이그레이션되었습니다.
|
||||
|
||||
npm.loaded_plugins=로드된 플러그인
|
||||
npm.total=총 {TOTAL}
|
||||
@ -34,43 +52,43 @@ npm.no_description=설명 없음
|
||||
npm.store_update_success=플러그인 스토어 데이터 업데이트 성공
|
||||
npm.store_update_failed=플러그인 스토어 데이터 업데이트 실패
|
||||
npm.search_result=검색 결과
|
||||
npm.search_no_result=검색 결과 없음
|
||||
npm.too_many_results=너무 많은 결과, {HIDE_NUM}개의 항목이 숨겨졌습니다. 검색어를 제한하십시오.
|
||||
npm.search_no_result=검색 결과가 없습니다
|
||||
npm.too_many_results=결과가 너무 많아 {HIDE_NUM}개가 숨겨졌습니다. 검색어를 좀 더 구체화하세요.
|
||||
npm.install_success={NAME} 설치 완료
|
||||
npm.install_failed={NAME} 설치 실패. 자세한 정보는 로그를 확인하거나 문제를 해결할 수 없으면 {HOMEPAGE}에서 도움을 받으십시오.
|
||||
npm.uninstall_success={NAME} 제거 완료. 다음에 재시작됩니다.
|
||||
npm.install_failed={NAME} 설치 실패. 자세한 내용은 로그를 확인하십시오. 문제를 해결할 수 없는 경우 {HOMEPAGE}을(를) 방문하여 도움을 요청하십시오.
|
||||
npm.uninstall_success={NAME} 제거 완료. 다음 재시작 시 적용됩니다.
|
||||
npm.uninstall_failed={NAME} 제거 실패
|
||||
npm.load_failed={NAME} 로드 실패. 의존성이나 구성이 올바른지 확인하고 문제를 해결할 수 없으면 {HOMEPAGE}에서 도움을 받으십시오.
|
||||
npm.load_failed={NAME} 로드 실패. 자세한 내용은 콘솔을 확인하십시오. 종속성 또는 설정을 확인하십시오. 문제를 해결할 수 없는 경우 {HOMEPAGE}을(를) 방문하여 도움을 요청하십시오.
|
||||
npm.plugin_not_found={NAME}을(를) 스토어에서 찾을 수 없습니다. 스토어 정보를 업데이트하거나 철자를 확인하십시오.
|
||||
npm.plugin_not_installed={NAME}이(가) 설치되지 않음
|
||||
npm.plugin_already_installed={NAME} 이미 설치됨
|
||||
npm.author=저자
|
||||
npm.plugin_not_installed={NAME}이(가) 설치되지 않았습니다.
|
||||
npm.plugin_already_installed={NAME}이(가) 이미 설치되어 있습니다. 반복해서 설치하지 마십시오.
|
||||
npm.author=작성자
|
||||
npm.homepage=홈페이지
|
||||
npm.pypi=PyPI
|
||||
npm.next_page=다음 페이지
|
||||
npm.prev_page=이전 페이지
|
||||
npm.plugin_cannot_be_toggled={NAME} 플러그인을 활성화하거나 비활성화할 수 없음
|
||||
npm.plugin_already={NAME} 플러그인이 이미 {STATUS} 상태입니다.
|
||||
npm.toggle_failed={NAME} {STATUS} 실패: {ERROR}
|
||||
npm.toggle_success={NAME} {STATUS} 성공
|
||||
npm.plugin_cannot_be_toggled={NAME} 플러그인은 활성화 또는 비활성화할 수 없습니다.
|
||||
npm.plugin_already={NAME} 플러그인은 이미 {STATUS} 상태입니다. 반복 작업이 필요하지 않습니다.
|
||||
npm.toggle_failed={NAME} 플러그인 {STATUS} 실패: {ERROR}
|
||||
npm.toggle_success={NAME} 플러그인 {STATUS} 성공
|
||||
|
||||
user.profile.edit=수정
|
||||
user.profile.edit=편집
|
||||
user.profile.set=설정
|
||||
user.profile_manager.query=귀하의 프로필 {ATTR}은(는) {VALUE}입니다.
|
||||
user.profile_manager.set=귀하의 프로필 {ATTR}이(가) {VALUE}(으)로 설정되었습니다.
|
||||
user.profile.settings=설정
|
||||
user.profile.info=개인 정보
|
||||
user.profile.info=프로필 정보
|
||||
user.profile.lang=언어
|
||||
user.profile.lang.desc=사용자 언어 설정
|
||||
user.profile.timezone=시간대
|
||||
user.profile.timezone.desc=사용자의 현재 시간대 설정
|
||||
user.profile.timezone.desc=사용자 시간대 설정
|
||||
user.profile.theme=테마
|
||||
user.profile.theme.desc=사용자 인터페이스 테마 설정
|
||||
user.profile.location=위치
|
||||
user.profile.location.desc=사용자 위치 정보 설정
|
||||
user.profile.nickname=닉네임
|
||||
user.profile.nickname.desc=Bot이 사용자를 어떻게 부를지 설정
|
||||
user.profile.nickname=별명
|
||||
user.profile.nickname.desc=사용자에 대한 봇의 별명 설정
|
||||
|
||||
user.profile.input_value={ATTR} 값을 입력하세요.
|
||||
user.profile.set_success={ATTR}을(를) {VALUE}(으)로 설정하는 데 성공했습니다.
|
||||
user.profile.set_failed={ATTR} 설정 실패. 입력이 유효한지 확인하십시오.
|
||||
user.profile.input_value={ATTR} 값을 입력하세요
|
||||
user.profile.set_success={ATTR} 값을 {VALUE}(으)로 설정하였습니다.
|
||||
user.profile.set_failed={ATTR} 설정 실패. 입력이 유효한지 확인하세요.
|
||||
|
@ -4,73 +4,91 @@ log.debug=Отладка
|
||||
log.info=Информация
|
||||
log.warning=Предупреждение
|
||||
log.error=Ошибка
|
||||
log.success=Успех
|
||||
log.success=Успешно
|
||||
|
||||
main.current_language=Текущий язык настройки: {LANG}
|
||||
liteyuki.restart=Перезапустить
|
||||
liteyuki.restart_now=Перезапустить сейчас
|
||||
liteyuki.update_restart=Обновления завершены. Вы можете {RESTART} сейчас или перезагрузить вручную позже, чтобы применить эти обновления.
|
||||
liteyuki.current_config=Текущая конфигурация
|
||||
liteyuki.static_config=Конфигурация статических файлов
|
||||
liteyuki.stored_config=Сохраненная конфигурация
|
||||
liteyuki.config_set_success=Параметр конфигурации {KEY}={VAL} успешно установлен.
|
||||
liteyuki.stats.group=Группа
|
||||
liteyuki.stats.user=Пользователь
|
||||
liteyuki.stats.plugin=Плагин
|
||||
liteyuki.stats.sent=Отправлено
|
||||
liteyuki.stats.received=Получено
|
||||
liteyuki.stats.run_time=Время работы
|
||||
liteyuki.stats.groups=Группы
|
||||
liteyuki.stats.friends=Друзья
|
||||
|
||||
main.current_language=Текущий язык: {LANG}
|
||||
main.enable_webdash=Веб-панель мониторинга активирована: {URL}
|
||||
main.monitor.title=Панель мониторинга Qingshu
|
||||
main.monitor.description=Панель мониторинга роботов Qingshu
|
||||
main.monitor.cpu=Процессор
|
||||
main.monitor.title=Мониторинг LiteYuki
|
||||
main.monitor.description=Мониторинг бота LiteYuki
|
||||
main.monitor.cpu=ЦП
|
||||
main.monitor.memory=Память
|
||||
main.monitor.swap=Подкачка
|
||||
main.monitor.disk=Диск
|
||||
main.monitor.usage=Использование
|
||||
main.monitor.total=Всего
|
||||
main.monitor.used=Использовано
|
||||
|
||||
data_manager.migrate_success=Миграция данных модели {NAME} успешна
|
||||
data_manager.migrate_success=Модель данных {NAME} успешно перенесена.
|
||||
|
||||
npm.loaded_plugins=Загруженные плагины
|
||||
npm.total=Всего {TOTAL}
|
||||
npm.help=Помощь
|
||||
npm.usage=Использование
|
||||
npm.disable=Отключить
|
||||
npm.disable_global=Глобально отключить
|
||||
npm.disable_global=Глобальное отключение
|
||||
npm.enable=Включить
|
||||
npm.enable_global=Глобально включить
|
||||
npm.enable_global=Глобальное включение
|
||||
npm.install=Установить
|
||||
npm.uninstall=Удалить
|
||||
npm.installing=Установка {NAME}...
|
||||
npm.installing=Установка {NAME}
|
||||
npm.cannot_uninstall=Невозможно удалить
|
||||
npm.no_description=Нет описания
|
||||
npm.store_update_success=Обновление данных магазина плагинов выполнено успешно
|
||||
npm.store_update_failed=Обновление данных магазина плагинов не удалось
|
||||
npm.store_update_success=Успешное обновление данных магазина плагинов.
|
||||
npm.store_update_failed=Ошибка обновления данных магазина плагинов.
|
||||
npm.search_result=Результаты поиска
|
||||
npm.search_no_result=Нет результатов
|
||||
npm.too_many_results=Слишком много результатов, скрыто {HIDE_NUM} элементов. Пожалуйста, ограничьте поиск ключевым словом.
|
||||
npm.install_success={NAME} установлен успешно
|
||||
npm.install_failed={NAME} установка не удалась. Пожалуйста, проверьте журналы для получения подробной информации. Если проблема не устраняется, посетите {HOMEPAGE} для получения помощи.
|
||||
npm.uninstall_success={NAME} удален успешно. Это вступит в силу после перезагрузки.
|
||||
npm.uninstall_failed={NAME} удаление не удалось
|
||||
npm.load_failed={NAME} загрузка не удалась. Пожалуйста, проверьте детали в консоли, убедитесь, что зависимости или конфигурация правильные. Если проблема не устраняется, посетите {HOMEPAGE} для получения помощи.
|
||||
npm.plugin_not_found={NAME} не найден в магазине. Попробуйте обновить информацию магазина или проверьте правильность написания.
|
||||
npm.plugin_not_installed={NAME} не установлен
|
||||
npm.plugin_already_installed={NAME} уже установлен. Пожалуйста, не повторяйте установку.
|
||||
npm.search_no_result=Нет результатов поиска
|
||||
npm.too_many_results=Слишком много результатов, скрыто {HIDE_NUM} элементов. Уточните ваш поиск.
|
||||
npm.install_success={NAME} успешно установлен.
|
||||
npm.install_failed=Ошибка установки {NAME}. Проверьте журналы для получения дополнительной информации. Если проблема не устраняется, посетите {HOMEPAGE} для получения помощи.
|
||||
npm.uninstall_success={NAME} успешно удален. Будет применено после следующей перезагрузки.
|
||||
npm.uninstall_failed=Ошибка удаления {NAME}.
|
||||
npm.load_failed=Ошибка загрузки {NAME}. Проверьте консоль для получения дополнительной информации. Проверьте зависимости или конфигурацию. Если проблема не устраняется, посетите {HOMEPAGE} для получения помощи.
|
||||
npm.plugin_not_found={NAME} не найден в магазине. Попробуйте обновить информацию магазина или проверить правильность написания.
|
||||
npm.plugin_not_installed={NAME} не установлен.
|
||||
npm.plugin_already_installed={NAME} уже установлен. Не повторяйте установку.
|
||||
npm.author=Автор
|
||||
npm.homepage=Домашняя страница
|
||||
npm.pypi=PyPI
|
||||
npm.next_page=Следующая страница
|
||||
npm.prev_page=Предыдущая страница
|
||||
npm.plugin_cannot_be_toggled=Невозможно включить или отключить плагин {NAME}
|
||||
npm.plugin_already=Плагин {NAME} уже {STATUS}. Пожалуйста, не повторяйте операцию.
|
||||
npm.toggle_failed=Не удалось {STATUS} плагин {NAME}: {ERROR}
|
||||
npm.toggle_success={STATUS} плагин {NAME} успешно
|
||||
npm.plugin_cannot_be_toggled=Плагин {NAME} не может быть включен или отключен.
|
||||
npm.plugin_already=Плагин {NAME} уже находится в состоянии {STATUS}. Дополнительные действия не требуются.
|
||||
npm.toggle_failed={STATUS} плагина {NAME} не удалось: {ERROR}
|
||||
npm.toggle_success={STATUS} плагина {NAME} выполнено успешно.
|
||||
|
||||
user.profile.edit=Редактировать
|
||||
user.profile.set=Установить
|
||||
user.profile_manager.query=Ваш профиль {ATTR} установлен на {VALUE}.
|
||||
user.profile_manager.query=Ваш профиль {ATTR} - {VALUE}.
|
||||
user.profile_manager.set=Ваш профиль {ATTR} установлен на {VALUE}.
|
||||
user.profile.settings=Настройки
|
||||
user.profile.info=Личная информация
|
||||
user.profile.info=Информация о профиле
|
||||
user.profile.lang=Язык
|
||||
user.profile.lang.desc=Установить язык пользователя
|
||||
user.profile.timezone=Часовой пояс
|
||||
user.profile.timezone.desc=Установить текущий часовой пояс пользователя
|
||||
user.profile.timezone.desc=Установить часовой пояс пользователя
|
||||
user.profile.theme=Тема
|
||||
user.profile.theme.desc=Установить тему пользовательского интерфейса
|
||||
user.profile.location=Местоположение
|
||||
user.profile.location.desc=Установить информацию о местоположении пользователя
|
||||
user.profile.nickname=Псевдоним
|
||||
user.profile.nickname.desc=Установить, как Бот должен называть пользователя
|
||||
user.profile.nickname=Никнейм
|
||||
user.profile.nickname.desc=Установить прозвище бота для пользователя
|
||||
|
||||
user.profile.input_value=Введите значение для {ATTR}.
|
||||
user.profile.set_success={ATTR} успешно установлен на {VALUE}.
|
||||
user.profile.set_failed=Не удалось установить {ATTR}. Пожалуйста, проверьте правильность ввода.
|
||||
user.profile.input_value=Пожалуйста, введите {ATTR}
|
||||
user.profile.set_success={ATTR} успешно установлено на {VALUE}
|
||||
user.profile.set_failed=Ошибка установки {ATTR}. Пожалуйста, проверьте правильность ввода.
|
||||
|
@ -1,3 +0,0 @@
|
||||
name=yuan'shenqi'dong
|
||||
liteyuki=原神
|
||||
ly=ys
|
@ -1,47 +1,65 @@
|
||||
language.name=繁體中文(中國香港)
|
||||
language.name=繁體中文(香港)
|
||||
|
||||
log.debug=調試
|
||||
log.info=信息
|
||||
log.debug=除錯
|
||||
log.info=資訊
|
||||
log.warning=警告
|
||||
log.error=錯誤
|
||||
log.success=成功
|
||||
|
||||
main.current_language=當前系統語言為:{LANG}
|
||||
main.enable_webdash=已啟用網頁監控面板:{URL}
|
||||
main.monitor.title=輕雪監控面板
|
||||
main.monitor.description=輕雪機器人監控面板
|
||||
liteyuki.restart=重新啟動
|
||||
liteyuki.restart_now=立即重新啟動
|
||||
liteyuki.update_restart=更新完成,你可以{RESTART}或稍後手動重新啟動以應用這些更新
|
||||
liteyuki.current_config=當前配置項
|
||||
liteyuki.static_config=靜態文件配置項
|
||||
liteyuki.stored_config=存儲的配置項
|
||||
liteyuki.config_set_success=配置項 {KEY}={VAL} 設置成功
|
||||
liteyuki.stats.group=群組
|
||||
liteyuki.stats.user=好友
|
||||
liteyuki.stats.plugin=插件
|
||||
liteyuki.stats.sent=發送
|
||||
liteyuki.stats.received=接收
|
||||
liteyuki.stats.run_time=運行時間
|
||||
liteyuki.stats.groups=群組
|
||||
liteyuki.stats.friends=好友
|
||||
|
||||
main.current_language=當前配置語言為: {LANG}
|
||||
main.enable_webdash=已啟用網頁監控面板: {URL}
|
||||
main.monitor.title=LiteYuki監控面板
|
||||
main.monitor.description=LiteYuki機器人監控面板
|
||||
main.monitor.cpu=處理器
|
||||
main.monitor.memory=記憶體
|
||||
main.monitor.memory=內存
|
||||
main.monitor.swap=交換空間
|
||||
main.monitor.disk=磁碟
|
||||
main.monitor.disk=磁盤
|
||||
main.monitor.usage=使用率
|
||||
main.monitor.total=總計
|
||||
main.monitor.used=已使用
|
||||
|
||||
data_manager.migrate_success=數據模型{NAME}遷移成功
|
||||
data_manager.migrate_success=資料模型{NAME}遷移成功
|
||||
|
||||
npm.loaded_plugins=已載入插件
|
||||
npm.loaded_plugins=已加載插件
|
||||
npm.total=總計 {TOTAL}
|
||||
npm.help=幫助
|
||||
npm.usage=使用方法
|
||||
npm.usage=用法
|
||||
npm.disable=停用
|
||||
npm.disable_global=全域停用
|
||||
npm.disable_global=全局停用
|
||||
npm.enable=啟用
|
||||
npm.enable_global=全域啟用
|
||||
npm.enable_global=全局啟用
|
||||
npm.install=安裝
|
||||
npm.uninstall=卸載
|
||||
npm.installing=正在安裝 {NAME}
|
||||
npm.cannot_uninstall=無法卸載
|
||||
npm.no_description=無描述
|
||||
npm.store_update_success=插件商店資料更新成功
|
||||
npm.store_update_failed=插件商店資料更新失敗
|
||||
npm.search_result=搜尋結果
|
||||
npm.search_no_result=無搜尋結果
|
||||
npm.too_many_results=結果過多,已隱藏 {HIDE_NUM} 項,請儘量精確搜尋
|
||||
npm.store_update_success=插件商店數據更新成功
|
||||
npm.store_update_failed=插件商店數據更新失敗
|
||||
npm.search_result=搜索結果
|
||||
npm.search_no_result=無搜索結果
|
||||
npm.too_many_results=內容過多,{HIDE_NUM}項已隱藏,請限制關鍵字搜索
|
||||
npm.install_success={NAME} 安裝成功
|
||||
npm.install_failed={NAME} 安裝失敗,請查看日誌以獲取詳細資訊,如無法解決,請訪問{HOMEPAGE}尋求協助
|
||||
npm.uninstall_success={NAME} 卸載成功
|
||||
npm.install_failed={NAME} 安裝失敗,請查看日誌獲取詳細信息,如不能解決,請訪問{HOMEPAGE}尋求幫助
|
||||
npm.uninstall_success={NAME} 卸載成功,下次重啟生效
|
||||
npm.uninstall_failed={NAME} 卸載失敗
|
||||
npm.load_failed={NAME} 載入失敗,請在控制台檢查詳細資訊,確認依賴項目或配置是否正確,如無法解決,請訪問{HOMEPAGE}尋求協助
|
||||
npm.plugin_not_found=在商店中找不到 {NAME},請嘗試更新商店資訊或檢查拼寫
|
||||
npm.load_failed={NAME} 加載失敗,請在控制台查看詳細信息,檢查依賴或配置是否正確,如不能解決,請訪問{HOMEPAGE}尋求幫助
|
||||
npm.plugin_not_found=未在商店中找到 {NAME},請嘗試更新商店信息或檢查拼寫
|
||||
npm.plugin_not_installed={NAME} 未安裝
|
||||
npm.plugin_already_installed={NAME} 已安裝,請勿重複安裝
|
||||
npm.author=作者
|
||||
@ -49,29 +67,28 @@ npm.homepage=主頁
|
||||
npm.pypi=PyPI
|
||||
npm.next_page=下一頁
|
||||
npm.prev_page=上一頁
|
||||
npm.plugin_cannot_be_toggled=無法啟用或停用插件 {NAME}
|
||||
npm.plugin_already=插件 {NAME} 已處於 {STATUS} 狀態,無需重複操作
|
||||
npm.plugin_cannot_be_toggled=插件 {NAME} 無法被啟用或停用
|
||||
npm.plugin_already=插件 {NAME} 已經是 {STATUS} 狀態,無需重複操作
|
||||
npm.toggle_failed=插件 {NAME} {STATUS} 失敗: {ERROR}
|
||||
npm.toggle_success=插件 {NAME} {STATUS} 成功
|
||||
|
||||
|
||||
user.profile.edit=編輯
|
||||
user.profile.set=設定
|
||||
user.profile_manager.query=您的個人資訊 {ATTR} 為 {VALUE}
|
||||
user.profile_manager.set=您的個人資訊 {ATTR} 已設定為 {VALUE}
|
||||
user.profile.settings=設定
|
||||
user.profile.info=個人資訊
|
||||
user.profile.edit=修改
|
||||
user.profile.set=設置
|
||||
user.profile_manager.query=你的個人信息 {ATTR} 為 {VALUE}
|
||||
user.profile_manager.set=你的個人信息 {ATTR} 已設置為 {VALUE}
|
||||
user.profile.settings=設置
|
||||
user.profile.info=個人信息
|
||||
user.profile.lang=語言
|
||||
user.profile.lang.desc=設定用戶語言
|
||||
user.profile.lang.desc=設置用戶語言
|
||||
user.profile.timezone=時區
|
||||
user.profile.timezone.desc=設定用戶時區
|
||||
user.profile.timezone.desc=設置用戶當前時區
|
||||
user.profile.theme=主題
|
||||
user.profile.theme.desc=設定用戶界面主題
|
||||
user.profile.theme.desc=設置用戶界面主題
|
||||
user.profile.location=位置
|
||||
user.profile.location.desc=設定用戶位置資訊
|
||||
user.profile.location.desc=設置用戶位置信息
|
||||
user.profile.nickname=稱呼
|
||||
user.profile.nickname.desc=設定 Bot 對用戶的稱呼
|
||||
user.profile.nickname.desc=設置Bot對用戶的稱呼
|
||||
|
||||
user.profile.input_value=請輸入 {ATTR} 的值
|
||||
user.profile.set_success=成功將 {ATTR} 設定為 {VALUE}
|
||||
user.profile.set_failed=設定 {ATTR} 失敗,請檢查輸入是否合法
|
||||
user.profile.set_success=成功將 {ATTR} 設置為 {VALUE}
|
||||
user.profile.set_failed=設置 {ATTR} 失敗,請檢查輸入是否合法
|
@ -1,75 +1,94 @@
|
||||
language.name=简体中文(轻雪版)
|
||||
language.name=可爱版简体中文
|
||||
|
||||
log.debug=调试中
|
||||
log.info=是信息
|
||||
log.warning=有问题
|
||||
log.error=出错辣
|
||||
log.success=成功啦
|
||||
log.debug=嘀嗒
|
||||
log.info=呀呀
|
||||
log.warning=糟糕
|
||||
log.error=糟糕糟糕
|
||||
log.success=耶耶
|
||||
|
||||
main.current_language=现在系统用的语言是:{LANG} 喔!
|
||||
main.enable_webdash=已经打开了网页监控板:{URL} 啦!
|
||||
main.monitor.title=监控板
|
||||
main.monitor.description=机器人监控板
|
||||
main.monitor.cpu=CPU(中心处理器)
|
||||
main.monitor.memory=记忆体
|
||||
main.monitor.swap=换来换去
|
||||
main.monitor.disk=硬碟
|
||||
main.monitor.usage=用得多吗?嘻嘻~
|
||||
liteyuki.restart=嗖嗖
|
||||
liteyuki.restart_now=现在嗖嗖
|
||||
liteyuki.update_restart=更新好了,你可以{RESTART}或者等一下手动重新启动来应用这些更新
|
||||
liteyuki.current_config=现在的设定
|
||||
liteyuki.static_config=小静态设定
|
||||
liteyuki.stored_config=储藏的设定
|
||||
liteyuki.config_set_success=设定 {KEY}={VAL} 设定成功啦
|
||||
liteyuki.stats.group=组组
|
||||
liteyuki.stats.user=小伙伴
|
||||
liteyuki.stats.plugin=小插件
|
||||
liteyuki.stats.sent=发出去了
|
||||
liteyuki.stats.received=接收到了
|
||||
liteyuki.stats.run_time=运行时间
|
||||
liteyuki.stats.groups=组组
|
||||
liteyuki.stats.friends=小伙伴们
|
||||
|
||||
data_manager.migrate_success=资料的模型 {NAME} 成功移动了!
|
||||
main.current_language=现在的语言是: {LANG}
|
||||
main.enable_webdash=已经启用网页监控板啦: {URL}
|
||||
main.monitor.title=可爱监控板
|
||||
main.monitor.description=可爱的小机器人监控板
|
||||
main.monitor.cpu=处理器
|
||||
main.monitor.memory=脑海里
|
||||
main.monitor.swap=变换
|
||||
main.monitor.disk=硬盘
|
||||
main.monitor.usage=使用率
|
||||
main.monitor.total=总共
|
||||
main.monitor.used=已使用
|
||||
|
||||
npm.loaded_plugins=已经装载插件啦~
|
||||
npm.total=总数 {TOTAL} 哦!
|
||||
npm.help=需要帮助吗?来咨询我吧!
|
||||
npm.usage=怎么用呢?跟我学学吧!
|
||||
npm.disable=停下来~
|
||||
npm.disable_global=全球停下来!
|
||||
npm.enable=继续~
|
||||
npm.enable_global=全球继续吧!
|
||||
npm.install=安装起来吧!
|
||||
npm.uninstall=卸下来吧~
|
||||
npm.installing=正在安装 {NAME} 啦~
|
||||
npm.cannot_uninstall=不能卸载呢~
|
||||
npm.no_description=没有描述哦~
|
||||
npm.store_update_success=商店的资料成功更新了!
|
||||
npm.store_update_failed=商店的资料更新失败了~
|
||||
npm.search_result=找到了一些东西呢~
|
||||
npm.search_no_result=没找到任何东西哦~
|
||||
npm.too_many_results=好多东西,隐藏了 {HIDE_NUM} 个,搜寻更准确些吧!
|
||||
npm.install_success={NAME} 安装成功啦~
|
||||
npm.install_failed={NAME} 安装失败了,去 {HOMEPAGE} 寻求帮助吧!
|
||||
npm.uninstall_success={NAME} 卸载成功啦~
|
||||
npm.uninstall_failed={NAME} 卸载失败了~
|
||||
npm.load_failed={NAME} 装载失败了,去 {HOMEPAGE} 寻求帮助吧!
|
||||
npm.plugin_not_found=没在商店里找到 {NAME} 呢~
|
||||
npm.plugin_not_installed={NAME} 没有安装~
|
||||
npm.plugin_already_installed={NAME} 已经安装了呢~
|
||||
npm.author=作者
|
||||
data_manager.migrate_success=资料模型{NAME}转移成功
|
||||
|
||||
npm.loaded_plugins=已经加载了小插件
|
||||
npm.total=总共 {TOTAL}
|
||||
npm.help=救命
|
||||
npm.usage=怎么用
|
||||
npm.disable=停下来
|
||||
npm.disable_global=全球停下来
|
||||
npm.enable=走起
|
||||
npm.enable_global=全球走起
|
||||
npm.install=搞定
|
||||
npm.uninstall=卸了
|
||||
npm.installing=正在搞定 {NAME}
|
||||
npm.cannot_uninstall=拜托拜托
|
||||
npm.no_description=没有描述
|
||||
npm.store_update_success=小插件商店资料更新成功
|
||||
npm.store_update_failed=小插件商店资料更新失败
|
||||
npm.search_result=找到了
|
||||
npm.search_no_result=没有找到
|
||||
npm.too_many_results=太多了,{HIDE_NUM}个隐藏了,请更精确一些搜索
|
||||
npm.install_success=搞定了,{NAME} 安装成功啦
|
||||
npm.install_failed=咋回事呀,{NAME} 安装失败了,看看日志吧,如果解决不了,去 {HOMEPAGE} 求助吧
|
||||
npm.uninstall_success=搞定了,{NAME} 卸载成功啦,下次重启生效哦
|
||||
npm.uninstall_failed=小插件卸载失败
|
||||
npm.load_failed=咋搞的呢,{NAME} 加载失败了,看看控制台详细信息吧,检查依赖或配置,解决不了去 {HOMEPAGE} 求助吧
|
||||
npm.plugin_not_found=咦咦咦,{NAME} 在商店里面没找到,试试更新商店信息或检查拼写
|
||||
npm.plugin_not_installed=小插件{NAME}还没安装呢
|
||||
npm.plugin_already_installed=小插件{NAME}已经安装了,不要再重复安装了哦
|
||||
npm.author=大神
|
||||
npm.homepage=主页
|
||||
npm.pypi=PyPI
|
||||
npm.next_page=下一页
|
||||
npm.prev_page=上一页
|
||||
npm.plugin_cannot_be_toggled=插件 {NAME} 无法被启用或停用呢~
|
||||
npm.plugin_already=插件 {NAME} 已经是 {STATUS} 状态了~
|
||||
npm.toggle_failed=插件 {NAME} {STATUS} 失败了:{ERROR}
|
||||
npm.plugin_cannot_be_toggled=小插件 {NAME} 没法被启用或停用哦
|
||||
npm.plugin_already=小插件 {NAME} 已经是 {STATUS} 状态了,不用再搞了哦
|
||||
npm.toggle_failed=小插件 {NAME} {STATUS} 失败啦: {ERROR}
|
||||
npm.toggle_success=小插件 {NAME} {STATUS} 成功啦
|
||||
|
||||
user.profile.edit=修改
|
||||
user.profile.set=设定
|
||||
user.profile_manager.query=您的资料 {ATTR} 是 {VALUE} 呢~
|
||||
user.profile_manager.set=您的资料 {ATTR} 设定为 {VALUE} 了呢~
|
||||
user.profile.edit=变变变
|
||||
user.profile.set=设定设定
|
||||
user.profile_manager.query=你的个人资料 {ATTR} 是 {VALUE}
|
||||
user.profile_manager.set=你的个人资料 {ATTR} 已经设定为 {VALUE} 啦
|
||||
user.profile.settings=设定
|
||||
user.profile.info=个人资料
|
||||
user.profile.info=资料
|
||||
user.profile.lang=语言
|
||||
user.profile.lang.desc=设定您的语言哦~
|
||||
user.profile.lang.desc=设定用户语言
|
||||
user.profile.timezone=时区
|
||||
user.profile.timezone.desc=设定您的时区呢~
|
||||
user.profile.timezone.desc=设定用户当前时区
|
||||
user.profile.theme=主题
|
||||
user.profile.theme.desc=设定您的界面主题哦~
|
||||
user.profile.location=地点
|
||||
user.profile.location.desc=设定您的地点信息呢~
|
||||
user.profile.nickname=昵称
|
||||
user.profile.nickname.desc=设定 Bot 对您的称呼吧~
|
||||
user.profile.theme.desc=设定用户界面主题
|
||||
user.profile.location=位置
|
||||
user.profile.location.desc=设定用户位置信息
|
||||
user.profile.nickname=小名
|
||||
user.profile.nickname.desc=设定Bot对用户的小名
|
||||
|
||||
user.profile.input_value=请输入 {ATTR} 的值吧!
|
||||
user.profile.set_success={ATTR} 设定为 {VALUE} 成功啦!
|
||||
user.profile.set_failed={ATTR} 设定失败了哦~请检查输入是否合法呢~
|
||||
user.profile.input_value=请输入 {ATTR} 的值
|
||||
user.profile.set_success=搞定啦,{ATTR} 设定为 {VALUE} 啦
|
||||
user.profile.set_failed=设定 {ATTR} 失败啦,请检查输入是否正确
|
94
liteyuki/resources/lang/zh-MS
Normal file
94
liteyuki/resources/lang/zh-MS
Normal file
@ -0,0 +1,94 @@
|
||||
language.name=简体中文(奇奇怪怪)
|
||||
|
||||
log.debug=拖延
|
||||
log.info=智囊
|
||||
log.warning=告诫
|
||||
log.error=缺憾
|
||||
log.success=得意
|
||||
|
||||
liteyuki.restart=轮回
|
||||
liteyuki.restart_now=即时轮回
|
||||
liteyuki.update_restart=更新完成,可以{RESTART}或稍后手动轮回以应用这些更新
|
||||
liteyuki.current_config=现行策划
|
||||
liteyuki.static_config=冻结文件策划
|
||||
liteyuki.stored_config=储存策划
|
||||
liteyuki.config_set_success=策划 {KEY}={VAL} 成功制定
|
||||
liteyuki.stats.group=群体
|
||||
liteyuki.stats.user=使用者
|
||||
liteyuki.stats.plugin=器械
|
||||
liteyuki.stats.sent=发出
|
||||
liteyuki.stats.received=接收
|
||||
liteyuki.stats.run_time=执行时间
|
||||
liteyuki.stats.groups=团体
|
||||
liteyuki.stats.friends=伙伴
|
||||
|
||||
main.current_language=现行言语策划为: {LANG}
|
||||
main.enable_webdash=网络监视版已启动: {URL}
|
||||
main.monitor.title=LiteYuki监视面板
|
||||
main.monitor.description=LiteYuki机器人监视面板
|
||||
main.monitor.cpu=中央处理单位
|
||||
main.monitor.memory=回忆
|
||||
main.monitor.swap=互换
|
||||
main.monitor.disk=存储磁盘
|
||||
main.monitor.usage=运用程度
|
||||
main.monitor.total=整体数量
|
||||
main.monitor.used=运用过的
|
||||
|
||||
data_manager.migrate_success=资料编排 {NAME} 搬迁成功执行
|
||||
|
||||
npm.loaded_plugins=装备已装备
|
||||
npm.total=整体 {TOTAL}
|
||||
npm.help=资助
|
||||
npm.usage=使用
|
||||
npm.disable=缺阵
|
||||
npm.disable_global=全面缺阵
|
||||
npm.enable=启用
|
||||
npm.enable_global=全面启用
|
||||
npm.install=装备
|
||||
npm.uninstall=卸除
|
||||
npm.installing=正在装备 {NAME}
|
||||
npm.cannot_uninstall=无法卸除
|
||||
npm.no_description=缺乏阐明
|
||||
npm.store_update_success=器械库数据更新成功执行
|
||||
npm.store_update_failed=器械库数据更新失效
|
||||
npm.search_result=找到对象
|
||||
npm.search_no_result=找不到对象
|
||||
npm.too_many_results=结果过剩,{HIDE_NUM}实体已隐匿,请限制关键字检索
|
||||
npm.install_success={NAME} 安装完成
|
||||
npm.install_failed={NAME} 安装失效,请检视日志以取得详细阐明,如无法解决,请访问{HOMEPAGE}寻求协助
|
||||
npm.uninstall_success={NAME} 卸除完成,下次轮回生效
|
||||
npm.uninstall_failed={NAME} 卸除失效
|
||||
npm.load_failed={NAME} 载入失效,请在控制台检视详细阐明,评定依赖或策划是否正确,如僵局持续,请访问{HOMEPAGE}寻求协助
|
||||
npm.plugin_not_found=未在商店发现 {NAME},请试着更新商店情报或验证拼写
|
||||
npm.plugin_not_installed={NAME} 未装备
|
||||
npm.plugin_already_installed={NAME} 已装备,拒绝重复装备
|
||||
npm.author=设想者
|
||||
npm.homepage=个人主页
|
||||
npm.pypi=Python程序包指标
|
||||
npm.next_page=下一指标
|
||||
npm.prev_page=上一指标
|
||||
npm.plugin_cannot_be_toggled=无法开启或关停器械 {NAME}
|
||||
npm.plugin_already=器械 {NAME} 操作状态已重复发现,拒绝重复
|
||||
npm.toggle_failed=器械 {NAME} {STATUS} 操作失效: {ERROR}
|
||||
npm.toggle_success=器械 {NAME} {STATUS} 操作成功
|
||||
|
||||
user.profile.edit=调整
|
||||
user.profile.set=安设
|
||||
user.profile_manager.query=个人档案 {ATTR} 显露 {VALUE}
|
||||
user.profile_manager.set=个人档案 {ATTR} 已设置为 {VALUE}
|
||||
user.profile.settings=定策
|
||||
user.profile.info=资料介绍
|
||||
user.profile.lang=言语
|
||||
user.profile.lang.desc=设定使用者言语
|
||||
user.profile.timezone=时空
|
||||
user.profile.timezone.desc=设定使用者当前时空
|
||||
user.profile.theme=意念形态
|
||||
user.profile.theme.desc=设定使用者意念形态
|
||||
user.profile.location=所在
|
||||
user.profile.location.desc=设定使用者所在地阐明
|
||||
user.profile.nickname=昵称
|
||||
user.profile.nickname.desc=设定Bot对使用者的昵称
|
||||
|
||||
user.profile.input_value=献策 {ATTR} 勉力
|
||||
user.profile.set_success=献策 {ATTR} 勉力安设为 {VALUE}
|
||||
user.profile.set_failed=安设 {ATTR} 失效,请审视是否适用
|
94
liteyuki/resources/lang/zh-SG
Normal file
94
liteyuki/resources/lang/zh-SG
Normal file
@ -0,0 +1,94 @@
|
||||
language.name=简体中文(新加坡)
|
||||
|
||||
log.debug=调试一下
|
||||
log.info=资讯
|
||||
log.warning=警告
|
||||
log.error=出错啦
|
||||
log.success=成功了
|
||||
|
||||
liteyuki.restart=重新启动
|
||||
liteyuki.restart_now=现在就重启
|
||||
liteyuki.update_restart=更新已完成,你可以{RESTART}或稍后手动重新启动来应用这些更新
|
||||
liteyuki.current_config=目前的设定
|
||||
liteyuki.static_config=静态档案设定
|
||||
liteyuki.stored_config=存储的设定
|
||||
liteyuki.config_set_success=设定 {KEY}={VAL} 设置成功
|
||||
liteyuki.stats.group=群组
|
||||
liteyuki.stats.user=好友
|
||||
liteyuki.stats.plugin=插件
|
||||
liteyuki.stats.sent=发出
|
||||
liteyuki.stats.received=收到
|
||||
liteyuki.stats.run_time=运行时间
|
||||
liteyuki.stats.groups=群组
|
||||
liteyuki.stats.friends=好友
|
||||
|
||||
main.current_language=目前语言设定为:{LANG}
|
||||
main.enable_webdash=网页监控板已启用:{URL}
|
||||
main.monitor.title=LiteYuki监控面板
|
||||
main.monitor.description=LiteYuki机器人监控面板
|
||||
main.monitor.cpu=处理器
|
||||
main.monitor.memory=内存
|
||||
main.monitor.swap=交换区
|
||||
main.monitor.disk=磁盘
|
||||
main.monitor.usage=使用率
|
||||
main.monitor.total=总共
|
||||
main.monitor.used=已使用
|
||||
|
||||
data_manager.migrate_success=数据模型{NAME}迁移成功
|
||||
|
||||
npm.loaded_plugins=已加载插件
|
||||
npm.total=总数 {TOTAL}
|
||||
npm.help=帮助
|
||||
npm.usage=使用方法
|
||||
npm.disable=停用
|
||||
npm.disable_global=全局停用
|
||||
npm.enable=启用
|
||||
npm.enable_global=全局启用
|
||||
npm.install=安装
|
||||
npm.uninstall=卸载
|
||||
npm.installing=正在安装 {NAME}
|
||||
npm.cannot_uninstall=无法卸载
|
||||
npm.no_description=无描述
|
||||
npm.store_update_success=插件商店数据更新成功
|
||||
npm.store_update_failed=插件商店数据更新失败
|
||||
npm.search_result=搜索结果
|
||||
npm.search_no_result=无搜索结果
|
||||
npm.too_many_results=结果过多,已隐藏 {HIDE_NUM} 项,请缩小关键字搜索范围
|
||||
npm.install_success={NAME} 安装成功
|
||||
npm.install_failed={NAME} 安装失败,请查看日志以获取详细信息,如果无法解决,请访问 {HOMEPAGE} 寻求帮助
|
||||
npm.uninstall_success={NAME} 卸载成功,将在下次重启生效
|
||||
npm.uninstall_failed={NAME} 卸载失败
|
||||
npm.load_failed={NAME} 加载失败,请在控制台查看详细信息,检查依赖或配置是否正确,如果无法解决,请访问 {HOMEPAGE} 寻求帮助
|
||||
npm.plugin_not_found=在商店中未找到 {NAME},请尝试更新商店信息或检查拼写
|
||||
npm.plugin_not_installed={NAME} 未安装
|
||||
npm.plugin_already_installed={NAME} 已安装,请勿重复安装
|
||||
npm.author=作者
|
||||
npm.homepage=主页
|
||||
npm.pypi=PyPI
|
||||
npm.next_page=下一页
|
||||
npm.prev_page=上一页
|
||||
npm.plugin_cannot_be_toggled=插件 {NAME} 无法启用或停用
|
||||
npm.plugin_already=插件 {NAME} 已处于 {STATUS} 状态,无需重复操作
|
||||
npm.toggle_failed=插件 {NAME} {STATUS} 失败:{ERROR}
|
||||
npm.toggle_success=插件 {NAME} {STATUS} 成功
|
||||
|
||||
user.profile.edit=修改
|
||||
user.profile.set=设定
|
||||
user.profile_manager.query=你的个人资料 {ATTR} 为 {VALUE}
|
||||
user.profile_manager.set=你的个人资料 {ATTR} 已设定为 {VALUE}
|
||||
user.profile.settings=设置
|
||||
user.profile.info=个人资料
|
||||
user.profile.lang=语言
|
||||
user.profile.lang.desc=设定用户语言
|
||||
user.profile.timezone=时区
|
||||
user.profile.timezone.desc=设定用户当前时区
|
||||
user.profile.theme=主题
|
||||
user.profile.theme.desc=设定用户界面主题
|
||||
user.profile.location=位置
|
||||
user.profile.location.desc=设定用户位置信息
|
||||
user.profile.nickname=昵称
|
||||
user.profile.nickname.desc=设定Bot对用户的称呼
|
||||
|
||||
user.profile.input_value=请输入 {ATTR} 的值
|
||||
user.profile.set_success=成功将 {ATTR} 设定为 {VALUE}
|
||||
user.profile.set_failed=设定 {ATTR} 失败,请检查输入是否合法
|
@ -1,75 +1,94 @@
|
||||
language.name=中文(華夏)
|
||||
language.name=華夏言
|
||||
|
||||
log.debug=調試
|
||||
log.info=信息
|
||||
log.warning=警告
|
||||
log.error=錯誤
|
||||
log.success=成功
|
||||
log.debug=辨非
|
||||
log.info=知之
|
||||
log.warning=戒之
|
||||
log.error=悔之
|
||||
log.success=成之
|
||||
|
||||
main.current_language=當前之系統語言為:{LANG}
|
||||
main.enable_webdash=已啟用網頁監控板:{URL}
|
||||
main.monitor.title=輕雪監控板
|
||||
main.monitor.description=輕雪巨神之監控板
|
||||
main.monitor.cpu=處理器
|
||||
main.monitor.memory=記憶體
|
||||
main.monitor.swap=交換空間
|
||||
main.monitor.disk=磁盤
|
||||
main.monitor.usage=使用率
|
||||
liteyuki.restart=更生
|
||||
liteyuki.restart_now=今更生
|
||||
liteyuki.update_restart=更生已就矣,可{RESTART}也,或稍後以手復生之以應是更生
|
||||
liteyuki.current_config=今之配置
|
||||
liteyuki.static_config=靜之物之配置
|
||||
liteyuki.stored_config=藏之物之配置
|
||||
liteyuki.config_set_success=設{KEY}={VAL}矣
|
||||
liteyuki.stats.group=群
|
||||
liteyuki.stats.user=友
|
||||
liteyuki.stats.plugin=巢
|
||||
liteyuki.stats.sent=遣
|
||||
liteyuki.stats.received=受
|
||||
liteyuki.stats.run_time=動時
|
||||
liteyuki.stats.groups=群
|
||||
liteyuki.stats.friends=友
|
||||
|
||||
data_manager.migrate_success=資料之模型{NAME}遷移成功
|
||||
main.current_language=當前言之: {LANG}
|
||||
main.enable_webdash=以啟網言見板: {URL}
|
||||
main.monitor.title=Yuki之監控板
|
||||
main.monitor.description=Yuki之物之監控板
|
||||
main.monitor.cpu=致
|
||||
main.monitor.memory=念
|
||||
main.monitor.swap=易
|
||||
main.monitor.disk=礪
|
||||
main.monitor.usage=用率
|
||||
main.monitor.total=毋殊
|
||||
main.monitor.used=已用
|
||||
|
||||
npm.loaded_plugins=已載入之插件
|
||||
npm.total=總計 {TOTAL}
|
||||
npm.help=助己
|
||||
data_manager.migrate_success=數模{NAME}徙成功矣
|
||||
|
||||
npm.loaded_plugins=載巢
|
||||
npm.total=毋殊 {TOTAL}
|
||||
npm.help=佐
|
||||
npm.usage=用法
|
||||
npm.disable=停用
|
||||
npm.disable_global=全域停用
|
||||
npm.enable=啓用
|
||||
npm.enable_global=全域啓用
|
||||
npm.install=安裝
|
||||
npm.uninstall=卸載
|
||||
npm.installing=正在安裝 {NAME}
|
||||
npm.cannot_uninstall=無法卸載
|
||||
npm.no_description=無說明
|
||||
npm.store_update_success=插件商店之資料更新成功
|
||||
npm.store_update_failed=插件商店之資料更新失敗
|
||||
npm.search_result=搜尋之結果
|
||||
npm.search_no_result=無搜尋之結果
|
||||
npm.too_many_results=内容過多,{HIDE_NUM}項已隱藏,請限制關鍵字搜尋
|
||||
npm.install_success={NAME} 安裝成功
|
||||
npm.install_failed={NAME} 安裝失敗,詳情可見於日誌,如不能解決,請訪{HOMEPAGE}求助
|
||||
npm.uninstall_success={NAME} 卸載成功
|
||||
npm.uninstall_failed={NAME} 卸載失敗
|
||||
npm.load_failed={NAME} 載入失敗,詳細信息可於控制臺查詢,檢查依賴或設置是否正確,如不能解決,請訪{HOMEPAGE}求助
|
||||
npm.plugin_not_found=未在商店中見{NAME},可嘗試更新商店信息或檢查拼寫
|
||||
npm.plugin_not_installed={NAME} 未安裝
|
||||
npm.plugin_already_installed={NAME} 已安裝,請勿重複安裝
|
||||
npm.author=作者
|
||||
npm.disable=罷
|
||||
npm.disable_global=通罷
|
||||
npm.enable=復
|
||||
npm.enable_global=通復
|
||||
npm.install=設
|
||||
npm.uninstall=去
|
||||
npm.installing=施{NAME}中
|
||||
npm.cannot_uninstall=弗去
|
||||
npm.no_description=弗書
|
||||
npm.store_update_success=巢舘數更矣
|
||||
npm.store_update_failed=巢舘數更弗
|
||||
npm.search_result=覓得
|
||||
npm.search_no_result=弗覓得
|
||||
npm.too_many_results=覓之多矣,{HIDE_NUM}藏,請限其字
|
||||
npm.install_success={NAME}設矣
|
||||
npm.install_failed={NAME}設弗,視書以詳其,如弗可誅,就之{HOMEPAGE}問佐
|
||||
npm.uninstall_success={NAME}去矣,從次之生有
|
||||
npm.uninstall_failed={NAME}去弗
|
||||
npm.load_failed={NAME}載弗,視控許詳其,備之弗,就之{HOMEPAGE}問佐
|
||||
npm.plugin_not_found=巢弗著 {NAME},試之巢消息通授是書
|
||||
npm.plugin_not_installed={NAME}弗設
|
||||
npm.plugin_already_installed={NAME}設矣,勿復設
|
||||
npm.author=文君
|
||||
npm.homepage=主頁
|
||||
npm.pypi=PyPI
|
||||
npm.next_page=次頁
|
||||
npm.prev_page=上頁
|
||||
npm.plugin_cannot_be_toggled=插件{NAME}無法被啓用或停用
|
||||
npm.plugin_already=插件{NAME}已為{STATUS}狀態,無需重複操作
|
||||
npm.toggle_failed=插件{NAME}{STATUS}失敗: {ERROR}
|
||||
npm.next_page=明墓
|
||||
npm.prev_page=前墓
|
||||
npm.plugin_cannot_be_toggled={NAME}弗復通設
|
||||
npm.plugin_already={NAME}已是 {STATUS} 也,弗復設
|
||||
npm.toggle_failed={NAME} {STATUS}失,{ERROR}
|
||||
npm.toggle_success={NAME} {STATUS}成
|
||||
|
||||
user.profile.edit=修改
|
||||
user.profile.set=設置
|
||||
user.profile_manager.query=汝之個人信息{ATTR}為{VALUE}
|
||||
user.profile_manager.set=汝之個人信息{ATTR}已設為{VALUE}
|
||||
user.profile.settings=設置
|
||||
user.profile.info=個人信息
|
||||
user.profile.lang=言語
|
||||
user.profile.lang.desc=設置用者之言語
|
||||
user.profile.timezone=時區
|
||||
user.profile.timezone.desc=設置用者之時區
|
||||
user.profile.theme=主題
|
||||
user.profile.theme.desc=設置用者之界面主題
|
||||
user.profile.location=所在
|
||||
user.profile.location.desc=設置用者之所在信息
|
||||
user.profile.nickname=稱呼
|
||||
user.profile.nickname.desc=設置巨神對用者之稱呼
|
||||
user.profile.edit=更之
|
||||
user.profile.set=設之
|
||||
user.profile_manager.query=汝之故事 {ATTR} 曰 {VALUE}
|
||||
user.profile_manager.set=汝之故事 {ATTR} 設曰 {VALUE}
|
||||
user.profile.settings=設
|
||||
user.profile.info=故事
|
||||
user.profile.lang=言
|
||||
user.profile.lang.desc=設使言
|
||||
user.profile.timezone=境時
|
||||
user.profile.timezone.desc=設汝之今境時
|
||||
user.profile.theme=綺
|
||||
user.profile.theme.desc=設汝之故事面綺
|
||||
user.profile.location=在
|
||||
user.profile.location.desc=設汝之在
|
||||
user.profile.nickname=稱
|
||||
user.profile.nickname.desc=設Bot之汝之稱
|
||||
|
||||
user.profile.input_value=請輸入{ATTR}之值
|
||||
user.profile.set_success=成功將{ATTR}設為{VALUE}
|
||||
user.profile.set_failed=設置{ATTR}失敗,請檢查輸入是否合法
|
||||
user.profile.input_value=請輸入{ATTR}值
|
||||
user.profile.set_success={ATTR}設{VALUE}矣
|
||||
user.profile.set_failed=設{ATTR}失,視其所以是否
|
||||
|
Loading…
Reference in New Issue
Block a user