Update readme,
Correct Korean strings.xml file to hide IDE's warnings Increment version Add description into fastlane-like related files
This commit is contained in:
parent
3d0aeec665
commit
f3c7fa0113
13 changed files with 16 additions and 15 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -11,3 +11,4 @@
|
||||||
/build
|
/build
|
||||||
/captures
|
/captures
|
||||||
.externalNativeBuild
|
.externalNativeBuild
|
||||||
|
/.idea/compiler.xml
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
</set>
|
</set>
|
||||||
</option>
|
</option>
|
||||||
<option name="resolveModulePerSourceSet" value="false" />
|
<option name="resolveModulePerSourceSet" value="false" />
|
||||||
|
<option name="useQualifiedModuleNames" value="true" />
|
||||||
</GradleProjectSettings>
|
</GradleProjectSettings>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectType">
|
<component name="ProjectType">
|
||||||
|
|
|
@ -62,6 +62,7 @@ Handling successful/failed installation is a purpose of the other side applicati
|
||||||
* Traditional Chinese by [qazrfv1234](https://github.com/qazrfv1234)
|
* Traditional Chinese by [qazrfv1234](https://github.com/qazrfv1234)
|
||||||
* Simplified Chinese by FFT9 (XXGAME GROUP)(http://www.xxgame.net)
|
* Simplified Chinese by FFT9 (XXGAME GROUP)(http://www.xxgame.net)
|
||||||
* Italian by [IvanMazzoli](https://github.com/IvanMazzoli)
|
* Italian by [IvanMazzoli](https://github.com/IvanMazzoli)
|
||||||
|
* Korean by [DDinghoya](]https://github.com/DDinghoya")
|
||||||
|
|
||||||
#### TODO:
|
#### TODO:
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,8 @@ android {
|
||||||
applicationId "com.blogspot.developersu.ns_usbloader"
|
applicationId "com.blogspot.developersu.ns_usbloader"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 6
|
versionCode 7
|
||||||
versionName "4.0"
|
versionName "5.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
android.defaultConfig.vectorDrawables.useSupportLibrary = true
|
android.defaultConfig.vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
|
@ -27,8 +27,8 @@ android {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.13'
|
||||||
androidTestImplementation 'androidx.test:runner:1.3.0'
|
androidTestImplementation 'androidx.test:runner:1.3.0'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
||||||
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
||||||
|
|
|
@ -47,4 +47,5 @@
|
||||||
<item>Tema scuro</item>
|
<item>Tema scuro</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
<string name="about_line_contributors">Contributori:</string>
|
<string name="about_line_contributors">Contributori:</string>
|
||||||
|
<string name="about_line_1">NS-USBloader mobile</string>
|
||||||
</resources>
|
</resources>
|
|
@ -1,5 +1,4 @@
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name" translatable="false">NS-USBloader</string>
|
|
||||||
<string name="select_file_btn">파일 선택</string>
|
<string name="select_file_btn">파일 선택</string>
|
||||||
<string name="popup_non_supported_format">지원되지 않는 파일 형식</string>
|
<string name="popup_non_supported_format">지원되지 않는 파일 형식</string>
|
||||||
<string name="popup_error">오류</string>
|
<string name="popup_error">오류</string>
|
||||||
|
@ -16,9 +15,6 @@
|
||||||
<string name="interrupt_btn">중단</string>
|
<string name="interrupt_btn">중단</string>
|
||||||
<string name="navigation_drawer_open">탐색 창 열기</string>
|
<string name="navigation_drawer_open">탐색 창 열기</string>
|
||||||
<string name="navigation_drawer_close">탐색 창 닫기</string>
|
<string name="navigation_drawer_close">탐색 창 닫기</string>
|
||||||
<string name="tf_usb" translatable="false">Tinfoil USB</string>
|
|
||||||
<string name="gl" translatable="false">GoldLeaf v0.5</string>
|
|
||||||
<string name="tf_net" translatable="false">Tinfoil NET</string>
|
|
||||||
<string name="about_app">이 앱 정보</string>
|
<string name="about_app">이 앱 정보</string>
|
||||||
<string name="other">기타</string>
|
<string name="other">기타</string>
|
||||||
<string name="one_item_for_gl_notification">GoldLeaf v0.5에 대해 하나의 파일 만 선택할 수 있습니다.</string>
|
<string name="one_item_for_gl_notification">GoldLeaf v0.5에 대해 하나의 파일 만 선택할 수 있습니다.</string>
|
||||||
|
@ -34,10 +30,8 @@
|
||||||
<string name="status_failed_to_upload">(업로드 실패)</string>
|
<string name="status_failed_to_upload">(업로드 실패)</string>
|
||||||
<string name="status_wrong_file">(잘못된 NSP)</string>
|
<string name="status_wrong_file">(잘못된 NSP)</string>
|
||||||
<string name="status_uploaded">(업로드 됨)</string>
|
<string name="status_uploaded">(업로드 됨)</string>
|
||||||
<string name="status_unkown" translatable="false">(?)</string>
|
|
||||||
<string name="settings">설정</string>
|
<string name="settings">설정</string>
|
||||||
<string name="title_activity_settings">설정</string>
|
<string name="title_activity_settings">설정</string>
|
||||||
<string name="settings_nsIp" translatable="false">NS IP</string>
|
|
||||||
<string name="settings_phone_ip">휴대폰 IP</string>
|
<string name="settings_phone_ip">휴대폰 IP</string>
|
||||||
<string name="settings_phone_port">휴대폰 포트</string>
|
<string name="settings_phone_port">휴대폰 포트</string>
|
||||||
<string name="settings_autodtct_phn_ip">휴대폰 IP 자동 감지</string>
|
<string name="settings_autodtct_phn_ip">휴대폰 IP 자동 감지</string>
|
||||||
|
@ -45,7 +39,6 @@
|
||||||
<string name="notification_transfer_in_progress">데이터 전송 중</string>
|
<string name="notification_transfer_in_progress">데이터 전송 중</string>
|
||||||
<string name="notification_chan_name_progress">전송 진행 중</string>
|
<string name="notification_chan_name_progress">전송 진행 중</string>
|
||||||
<string name="notification_chan_desc_progress">알림은 전송 진행률을 나타냅니다.</string>
|
<string name="notification_chan_desc_progress">알림은 전송 진행률을 나타냅니다.</string>
|
||||||
<string name="translators" translatable="false">* 中文(繁體) - <a href="https://github.com/qazrfv1234">qazrfv1234</a>\n* 中文(简体) - FFT9 <a href="http://www.xxgame.net">(XXGAME GROUP)</a>\n* Italiano - <a href="https://github.com/IvanMazzoli">IvanMazzoli</a>\n* 한국어 - <a href="https://github.com/DDinghoya">DDinghoya</a></string>
|
|
||||||
<string-array name="dayNightSelector">
|
<string-array name="dayNightSelector">
|
||||||
<item>시스템 기본값</item>
|
<item>시스템 기본값</item>
|
||||||
<item>주간 테마</item>
|
<item>주간 테마</item>
|
||||||
|
@ -54,5 +47,4 @@
|
||||||
<string name="settings_application_settings">응용 프로그램 설정</string>
|
<string name="settings_application_settings">응용 프로그램 설정</string>
|
||||||
<string name="settings_app_theme">응용 프로그램 테마:</string>
|
<string name="settings_app_theme">응용 프로그램 테마:</string>
|
||||||
<string name="about_line_contributors">참여자:</string>
|
<string name="about_line_contributors">참여자:</string>
|
||||||
<string name="contributors" translatable="false"><a href="https://github.com/htynkn">Huang YunKun</a></string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -47,4 +47,5 @@
|
||||||
<string name="settings_application_settings">Настройки приложения</string>
|
<string name="settings_application_settings">Настройки приложения</string>
|
||||||
<string name="settings_app_theme">Тема:</string>
|
<string name="settings_app_theme">Тема:</string>
|
||||||
<string name="about_line_contributors">При участии:</string>
|
<string name="about_line_contributors">При участии:</string>
|
||||||
|
<string name="about_line_1">NS-USBloader мобильный</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -42,4 +42,5 @@
|
||||||
<string name="settings_application_settings">应用设置</string>
|
<string name="settings_application_settings">应用设置</string>
|
||||||
<string name="settings_app_theme">应用主题:</string>
|
<string name="settings_app_theme">应用主题:</string>
|
||||||
<string name="about_line_contributors">参与者:</string>
|
<string name="about_line_contributors">参与者:</string>
|
||||||
|
<string name="about_line_1">NS-USBloader mobile</string>
|
||||||
</resources>
|
</resources>
|
|
@ -42,4 +42,5 @@
|
||||||
<string name="settings_application_settings">程式設置</string>
|
<string name="settings_application_settings">程式設置</string>
|
||||||
<string name="settings_app_theme">程式主題:</string>
|
<string name="settings_app_theme">程式主題:</string>
|
||||||
<string name="about_line_contributors">參與者:</string>
|
<string name="about_line_contributors">參與者:</string>
|
||||||
|
<string name="about_line_1">NS-USBloader mobile</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<string name="one_item_for_gl_notification">Only one file could be selected for GoldLeaf v0.5</string>
|
<string name="one_item_for_gl_notification">Only one file could be selected for GoldLeaf v0.5</string>
|
||||||
<string name="no_protocol_selected_message">No protocol selected</string>
|
<string name="no_protocol_selected_message">No protocol selected</string>
|
||||||
<string name="title_activity_about">About application</string>
|
<string name="title_activity_about">About application</string>
|
||||||
<string name="about_line_1" translatable="false">NS-USBloader mobile</string>
|
<string name="about_line_1">NS-USBloader mobile</string>
|
||||||
<string name="about_line_2">This application <a href="https://www.gnu.org/licenses/gpl-3.0.html">licensed under GNU GPLv3</a> or any later version.</string>
|
<string name="about_line_2">This application <a href="https://www.gnu.org/licenses/gpl-3.0.html">licensed under GNU GPLv3</a> or any later version.</string>
|
||||||
<string name="about_line_3">Author: Dmitry Isaenko.</string>
|
<string name="about_line_3">Author: Dmitry Isaenko.</string>
|
||||||
<string name="about_line_4">Home page: <a href="https://github.com/developersu/ns-usbloader-mobile">https://github.com/developersu/ns-usbloader-mobile</a></string>
|
<string name="about_line_4">Home page: <a href="https://github.com/developersu/ns-usbloader-mobile">https://github.com/developersu/ns-usbloader-mobile</a></string>
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
<string name="notification_transfer_in_progress">Data transfer in progress</string>
|
<string name="notification_transfer_in_progress">Data transfer in progress</string>
|
||||||
<string name="notification_chan_name_progress">Transfer in progress</string>
|
<string name="notification_chan_name_progress">Transfer in progress</string>
|
||||||
<string name="notification_chan_desc_progress">Notification indicates transfer progress</string>
|
<string name="notification_chan_desc_progress">Notification indicates transfer progress</string>
|
||||||
<string name="translators" translatable="false">* 中文(繁體) - <a href="https://github.com/qazrfv1234">qazrfv1234</a>\n* 中文(简体) - FFT9 <a href="http://www.xxgame.net">(XXGAME GROUP)</a>\n* Italiano - <a href="https://github.com/IvanMazzoli">IvanMazzoli</a></string>
|
<string name="translators" translatable="false"> ● 中文(繁體) - <a href="https://github.com/qazrfv1234">qazrfv1234</a>\n ● 中文(简体) - FFT9 <a href="http://www.xxgame.net">(XXGAME GROUP)</a>\n ● Italiano - <a href="https://github.com/IvanMazzoli">IvanMazzoli</a>\n ● 한국어 - <a href="https://github.com/DDinghoya">DDinghoya</a></string>
|
||||||
<string-array name="dayNightSelector">
|
<string-array name="dayNightSelector">
|
||||||
<item>System default</item>
|
<item>System default</item>
|
||||||
<item>Day theme</item>
|
<item>Day theme</item>
|
||||||
|
|
1
fastlane/metadata/android/en-US/changelogs/7.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/7.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
* Korean translation added by DDinghoya. Thank you!
|
1
fastlane/metadata/android/ru/changelogs/7.txt
Normal file
1
fastlane/metadata/android/ru/changelogs/7.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
* DDinghoya перевели приложение на корейский язык. Спасибо!
|
Loading…
Reference in a new issue