Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
[components] Import strings from android-l10n
Browse files Browse the repository at this point in the history
  • Loading branch information
Pike authored and pocmo committed Jul 5, 2019
1 parent ec80a19 commit a102c01
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@

<!-- Label of the button closing the crash reporter dialog and restarting the app. -->
<string name="mozac_lib_crash_dialog_button_restart">%1$s neu starten</string>

<!-- Name of the "notification channel" used for displaying a notification when the app crashed and we can't show a prompt. See https://developer.android.com/training/notify-user/channels -->
<string name="mozac_lib_crash_channel">Abstürze</string>

<string name="mozac_lib_crash_notification_action_report">Bericht</string>

</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@

<!-- Label of the button closing the crash reporter dialog and restarting the app. -->
<string name="mozac_lib_crash_dialog_button_restart">重启 %1$s</string>

<!-- Name of the "notification channel" used for displaying a notification when the app crashed and we can't show a prompt. See https://developer.android.com/training/notify-user/channels -->
<string name="mozac_lib_crash_channel">崩溃</string>

<string name="mozac_lib_crash_notification_action_report">反馈</string>

</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@

<!-- Label of the button closing the crash reporter dialog and restarting the app. -->
<string name="mozac_lib_crash_dialog_button_restart">重新啟動 %1$s</string>

<!-- Name of the "notification channel" used for displaying a notification when the app crashed and we can't show a prompt. See https://developer.android.com/training/notify-user/channels -->
<string name="mozac_lib_crash_channel">程式錯誤</string>

<string name="mozac_lib_crash_notification_action_report">回報</string>

</resources>

0 comments on commit a102c01

Please sign in to comment.