mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-01 08:45:16 +08:00
Added i18n strings
This commit is contained in:
@@ -191,6 +191,12 @@ object LocaleString {
|
||||
/** @string Automatic generated */
|
||||
fun notice(vararg objArrs: Any) = R.string.notice.bind(*objArrs)
|
||||
|
||||
/** @string Automatic generated */
|
||||
val warning get() = warning()
|
||||
|
||||
/** @string Automatic generated */
|
||||
fun warning(vararg objArrs: Any) = R.string.warning.bind(*objArrs)
|
||||
|
||||
/** @string Automatic generated */
|
||||
val areYouSureClearErrors get() = areYouSureClearErrors()
|
||||
|
||||
@@ -454,4 +460,10 @@ object LocaleString {
|
||||
|
||||
/** @string Automatic generated */
|
||||
fun developerNotice(vararg objArrs: Any) = R.string.developer_notice.bind(*objArrs)
|
||||
|
||||
/** @string Automatic generated */
|
||||
val fastRestartProblem get() = fastRestartProblem()
|
||||
|
||||
/** @string Automatic generated */
|
||||
fun fastRestartProblem(vararg objArrs: Any) = R.string.fast_restart_problem.bind(*objArrs)
|
||||
}
|
@@ -117,4 +117,6 @@
|
||||
<string name="errors_dialog_always_show_reopen_tip">有効にした後、アプリが最初のエラーでない場合にも「アプリをリスタート」オプションが表示されます。現在のエラーがメインプロセスでない場合、またはアプリを開くことができない場合でも、このオプションは表示されません。</string>
|
||||
<string name="developer_notice_tip">このモジュールは、Android開発者向けに作成されています。\n\nコンピューターに接続できず、ADBデバッグを実行できない可能性がある場合、このモジュールを使用して、インストールされているアプリのエラーをすばやくキャプチャし、問題をすばやく特定できます。\n\nアプリのクラッシュのエラーログは開発者にとって非常に貴重です。開発者でない場合でも、このモジュールをインストールして、問題をすばやく解決するためのより多くの例外情報を開発者に提供できます。</string>
|
||||
<string name="developer_notice">使用説明書</string>
|
||||
<string name="warning">警告</string>
|
||||
<string name="fast_restart_problem">一部のカスタム システムでは、高速リスタートを使用した後にエラーが発生する場合があります。\\n続行しますか?</string>
|
||||
</resources>
|
@@ -36,6 +36,7 @@
|
||||
<string name="cancel">取消</string>
|
||||
<string name="more">更多</string>
|
||||
<string name="notice">提示</string>
|
||||
<string name="warning">警告</string>
|
||||
<string name="are_you_sure_clear_errors">你确定要清空全部异常记录吗?</string>
|
||||
<string name="all_errors_clear_success">全部异常记录已清空</string>
|
||||
<string name="are_you_sure_export_all_errors">你确定要导出全部日志文件吗?打包过程可能会花费一点时间。</string>
|
||||
@@ -117,4 +118,5 @@
|
||||
<string name="errors_dialog_always_show_reopen_tip">启用后,在应用非首次异常时也将显示“重新打开”选项,若当前异常非主进程或应用无法打开则依然不会显示此选项。</string>
|
||||
<string name="developer_notice_tip">此模块专为 Android 开发者而打造。\n\n在可能的无法连接电脑,不能进行 ADB 调试的时候,可通过此模块来快速捕获任意已安装应用的任意异常,以便快速定位问题。\n\n应用发生崩溃的错误日志对开发者来说是无价的财富,若你不是开发者,你依然可以安装此模块,以便给开发者提供更多异常信息快速解决问题。</string>
|
||||
<string name="developer_notice">使用说明</string>
|
||||
<string name="fast_restart_problem">部分定制系统使用快速重启后可能会发生错误,仍然要继续吗?</string>
|
||||
</resources>
|
@@ -117,4 +117,6 @@
|
||||
<string name="errors_dialog_always_show_reopen_tip">啟用後,在程式非首次異常時也將顯示“重新開啟”選項,若當前異常非主進程或程式無法打開則依然不會顯示此選項。</string>
|
||||
<string name="developer_notice">使用說明</string>
|
||||
<string name="developer_notice_tip">此模組專為 Android 開發者而打造。\n\n在可能的無法連接電腦,不能進行 ADB 調試的時候,可通過此模組來快速捕獲任意已安裝程式的任意異常,以便快速定位問題。 \n\n程式發生崩潰的錯誤日誌對開發者來說是無價的財富,若你不是開發者,你依然可以安裝此模組,以便給開發者提供更多異常信息快速解決問題。</string>
|
||||
<string name="warning">警告</string>
|
||||
<string name="fast_restart_problem">部分定制系統使用急速重開後可能會發生錯誤,仍然要繼續嗎?</string>
|
||||
</resources>
|
@@ -117,4 +117,6 @@
|
||||
<string name="errors_dialog_always_show_reopen_tip">啟用後,在程式非首次異常時也將顯示“重新開啟”選項,若當前異常非主進程或程式無法打開則依然不會顯示此選項。</string>
|
||||
<string name="developer_notice">使用說明</string>
|
||||
<string name="developer_notice_tip">此模組專為 Android 開發者而打造。 \n\n在可能的無法連接電腦,不能進行 ADB 調試的時候,可通過此模組來快速捕獲任意已安裝程式的任意異常,以便快速定位問題。 \n\n程式發生崩潰的錯誤日誌對開發者來說是無價的財富,若你不是開發者,你依然可以安裝此模組,以便給開發者提供更多異常信息快速解決問題。</string>
|
||||
<string name="warning">警告</string>
|
||||
<string name="fast_restart_problem">部分定制系統使用急速重開後可能會發生錯誤,仍然要繼續嗎?</string>
|
||||
</resources>
|
@@ -117,4 +117,6 @@
|
||||
<string name="errors_dialog_always_show_reopen_tip">啟用後,在程式非首次異常時也將顯示“重新開啟”選項,若當前異常非主進程或程式無法打開則依然不會顯示此選項。</string>
|
||||
<string name="developer_notice">使用說明</string>
|
||||
<string name="developer_notice_tip">此模組專為 Android 開發者而打造。 \n\n在可能的無法連接電腦,不能進行 ADB 調試的時候,可通過此模組來快速捕獲任意已安裝程式的任意異常,以便快速定位問題。 \n\n程式發生崩潰的錯誤日誌對開發者來說是無價的財富,若你不是開發者,你依然可以安裝此模組,以便給開發者提供更多異常信息快速解決問題。</string>
|
||||
<string name="warning">警告</string>
|
||||
<string name="fast_restart_problem">部分定制系統使用急速重開後可能會發生錯誤,仍然要繼續嗎?</string>
|
||||
</resources>
|
@@ -117,4 +117,6 @@
|
||||
<string name="errors_dialog_always_show_reopen_tip">After enabling, the \"Reopen App\" option will also be shows when the app is not errors for the first time. If the current errors is not the main process or the app cannot be opened, this option will still not be showing.</string>
|
||||
<string name="developer_notice_tip">This module is specially designed for Android developers.\n\nWhen it is possible that the computer cannot be connected and ADB cannot be performed, this module can be used to quickly capture any exception of any installed apps, so as to quickly locate the problem.\n\nThe error log of apps crashing is an invaluable asset for developers. If you are not a developer, you can still install this module to provide developers with more exception information to quickly solve problems.</string>
|
||||
<string name="developer_notice">Instructions</string>
|
||||
<string name="warning">Warning</string>
|
||||
<string name="fast_restart_problem">Some custom systems may experience errors after using fast restart.\\nDo you want to continue?</string>
|
||||
</resources>
|
Reference in New Issue
Block a user