-
-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add japanese as english to avoid chinese translation
- Loading branch information
1 parent
33e9ae8
commit fea8fdc
Showing
5 changed files
with
474 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
"Play the current book in ${applicationName}" = "Play the current book in ${applicationName}"; | ||
"Play the last book in ${applicationName}" = "Play the last book in ${applicationName}"; | ||
"Continue the last played book in ${applicationName}" = "Continue the last played book in ${applicationName}"; | ||
"Pause the current book in ${applicationName}" = "Pause the current book in ${applicationName}"; | ||
"Pause playback in ${applicationName}" = "Pause playback in ${applicationName}"; | ||
"Stop ${applicationName}" = "Stop ${applicationName}"; | ||
"Stop playback in ${applicationName}" = "Stop playback in ${applicationName}"; | ||
"Set the sleep timer to the End of Chapter in ${applicationName}" = "Set the sleep timer to the End of Chapter in ${applicationName}"; | ||
"Set the sleep timer to the End of the current Chapter in ${applicationName}" = "Set the sleep timer to the End of the current Chapter in ${applicationName}"; | ||
"Cancel the sleep timer in ${applicationName}" = "Cancel the sleep timer in ${applicationName}"; | ||
"Turn off the sleep timer in ${applicationName}" = "Turn off the sleep timer in ${applicationName}"; | ||
"Set the sleep timer in ${applicationName}" = "Set the sleep timer in ${applicationName}"; | ||
"Turn on the sleep timer in ${applicationName}" = "Turn on the sleep timer in ${applicationName}"; | ||
"Enable the sleep timer in ${applicationName}" = "Enable the sleep timer in ${applicationName}"; | ||
"Rewind in ${applicationName}" = "Rewind in ${applicationName}"; | ||
"Jump back in ${applicationName}" = "Jump back in ${applicationName}"; | ||
"Skip back in ${applicationName}" = "Skip back in ${applicationName}"; | ||
"Go back in ${applicationName}" = "Go back in ${applicationName}"; | ||
"Fast forward in ${applicationName}" = "Fast forward in ${applicationName}"; | ||
"Skip forward in ${applicationName}" = "Skip forward in ${applicationName}"; | ||
"Jump forward in ${applicationName}" = "Jump forward in ${applicationName}"; |
Oops, something went wrong.