-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Japanese translation #451
Merged
Merged
Conversation
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
MatthewTighe
approved these changes
Dec 5, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! Thanks for your contribution!
MatthewTighe
added a commit
that referenced
this pull request
Dec 28, 2018
* Add Japanese translation (#451) * Add Japanese translation * Coverage reporting (#453) * Add coverage reporting. * Change src subdirectory to reflect actual. * Update README.md (#454) * Update README.md (#457) * Update styling for README. * add fastlane for F-Droid (#466) * Improved Persian translation for 'session' (#472) * Update README.md * Update CONTRIBUTING.md * Update bug_report.md * Update bug_report.md * Update feature_request.md * Adding built-in terminal (#479) * Add termux code * Fix grade to include terminal code as module dependencies * Add download links to Dbclient and termux dependencies from assets repo. * Use termux bootstrap files download link as before * Remove check for if SSH client is present since SSH client will always be available (built in terminal) * Move intent parsing to TermuxService class * Add ability to run more than one startup command. First command will always be "mv libtermuxauth.so libtermux-auth.so" because dependency needs hyphen. Second is dbclient connection to the filesystem. * Change intent action to match what terminal activity is expecting * Change LD_LIBRARY_PATH to be in the support folder * Copies files instead of renaming to avoid redownloading the incorrectly named file everytime we start a session * TermuxActivity pass intent data to termux service to use as parameters for dbclient * Remove DocumentsProvider and FileReceiver classes * Remove HelpActivity and OpenReciever classes * Remove readme and text regarding the termux help menu * Clearing unused values in termux manifest * Add gradle files for each terminal module * Changed parsing of intent data because data format changed. Also remove option to boot into system shell. Always start with dbclient * Fix issue of not being able to add a new tab with dbclient * Check if setup is needed everytime terminal is open * Only have one activity of terminal at a time * Add support for filenames that have hyphen characters. Set split() limit to 3 will always return three elements, UserLAnd, the branch and the filename. * Remove need to download files from termux servers * Remove need for using cp for renaming downloaded file (libtermux-auth.so) * Remove need to create a termSession when service starts. Session will be created upon receiving intent anyways. * Change "enter" button of keyboard * Workaround for not being able to use two different host keys. * Rename notification channel name * Lint and update UserLAnd gradle version to match termux * Wrap dbclient in a busybox command * Use dbclient-cleanup branch rather than add-dbclient branch for the support files. Revert RemoteAppsSource to use master branch. * Regex will split the string into two strings: filename and the numerical timestamp based on the last occurring hyphen. (fixes situation where filename has a hyphen) * Update license to GPLv3 * Update gradle version to match termux gradle version * Remove files unneeded for core functionality such as graphics and CI info * Rename terminal name, remove termux bootstrap strings and remove terminal styling text * Now dbclient-cleanup asset branch is merged to staging, use staging branch for support assets * Readd storage permissions for terminal * CircleCI use the docker image "circleci/android:api-28-ndk" * Remove unneeded unit--test * Re-add notification action handling * Linting * Re-add terminal notification ability to release wakelock * Increasing CircleCI memory availability * Upgrade to version v2.0.0.
MatthewTighe
pushed a commit
that referenced
this pull request
Aug 14, 2019
* Add Japanese translation
Okay |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added Japanese translation of strings.xml
Describe the pull request
English translation of strings.
Link to relevant issues
Issue #430 Translations needed