Skip to content
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 3 commits into from
Dec 5, 2018
Merged

Conversation

0kd
Copy link
Contributor

@0kd 0kd commented Dec 5, 2018

Added Japanese translation of strings.xml

Describe the pull request
English translation of strings.

Link to relevant issues
Issue #430 Translations needed

Copy link
Collaborator

@MatthewTighe MatthewTighe left a 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 MatthewTighe merged commit cbd7839 into CypherpunkArmory:staging Dec 5, 2018
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
@Jonathandebug-prog
Copy link

Okay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants