Compare commits
3 commits
91edd0e248
...
f3c7fa0113
Author | SHA1 | Date | |
---|---|---|---|
|
f3c7fa0113 | ||
|
3d0aeec665 | ||
|
68c04a398c |
13 changed files with 66 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -11,3 +11,4 @@
|
|||
/build
|
||||
/captures
|
||||
.externalNativeBuild
|
||||
/.idea/compiler.xml
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
</set>
|
||||
</option>
|
||||
<option name="resolveModulePerSourceSet" value="false" />
|
||||
<option name="useQualifiedModuleNames" value="true" />
|
||||
</GradleProjectSettings>
|
||||
</option>
|
||||
</component>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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" />
|
||||
</component>
|
||||
<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)
|
||||
* Simplified Chinese by FFT9 (XXGAME GROUP)(http://www.xxgame.net)
|
||||
* Italian by [IvanMazzoli](https://github.com/IvanMazzoli)
|
||||
* Korean by [DDinghoya](]https://github.com/DDinghoya")
|
||||
|
||||
#### TODO:
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@ android {
|
|||
applicationId "com.blogspot.developersu.ns_usbloader"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 29
|
||||
versionCode 6
|
||||
versionName "4.0"
|
||||
versionCode 7
|
||||
versionName "5.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
android.defaultConfig.vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
|
@ -27,8 +27,8 @@ android {
|
|||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
|
||||
testImplementation 'junit:junit:4.12'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
|
||||
testImplementation 'junit:junit:4.13'
|
||||
androidTestImplementation 'androidx.test:runner:1.3.0'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
||||
|
|
|
@ -47,4 +47,5 @@
|
|||
<item>Tema scuro</item>
|
||||
</string-array>
|
||||
<string name="about_line_contributors">Contributori:</string>
|
||||
<string name="about_line_1">NS-USBloader mobile</string>
|
||||
</resources>
|
50
app/src/main/res/values-ko-rKR/strings.xml
Normal file
50
app/src/main/res/values-ko-rKR/strings.xml
Normal file
|
@ -0,0 +1,50 @@
|
|||
<resources>
|
||||
<string name="select_file_btn">파일 선택</string>
|
||||
<string name="popup_non_supported_format">지원되지 않는 파일 형식</string>
|
||||
<string name="popup_error">오류</string>
|
||||
<string name="upload_btn">NS에 업로드</string>
|
||||
<string name="install_file_explorer">설치된 파일 탐색기가 없습니다.\n설치하십시오. 예를 들어 토탈 코맨더.</string>
|
||||
<string name="ns_connected_info">NS 연결</string>
|
||||
<string name="notification_chan_name_usb">연결된 장치</string>
|
||||
<string name="notification_chan_desc_usb">사용자가 NS를 기기에 연결할 때 알림 표시</string>
|
||||
<string name="ns_not_found_in_connected">연결된 장치에서 NS를 찾을 수 없습니다.</string>
|
||||
<string name="transfer_protocol">프로토콜</string>
|
||||
<string name="transfer_transport">전송 수준</string>
|
||||
<string name="nothing_selected_message">선택한 항목 없음</string>
|
||||
<string name="transfers_service_stopped">데이터 전송 서비스가 종료되었습니다.</string>
|
||||
<string name="interrupt_btn">중단</string>
|
||||
<string name="navigation_drawer_open">탐색 창 열기</string>
|
||||
<string name="navigation_drawer_close">탐색 창 닫기</string>
|
||||
<string name="about_app">이 앱 정보</string>
|
||||
<string name="other">기타</string>
|
||||
<string name="one_item_for_gl_notification">GoldLeaf v0.5에 대해 하나의 파일 만 선택할 수 있습니다.</string>
|
||||
<string name="no_protocol_selected_message">선택된 프로토콜 없음</string>
|
||||
<string name="title_activity_about">응용 프로그램 정보</string>
|
||||
<string name="about_line_1" translatable="false">NS-USBloader 모바일</string>
|
||||
<string name="about_line_2">이 응용 프로그램은 <a href="https://www.gnu.org/licenses/gpl-3.0.html">GNU GPLv3</a> 또는 이후 버전에 따라 사용이 허가되었습니다.</string>
|
||||
<string name="about_line_3">제작자: Dmitry Isaenko.</string>
|
||||
<string name="about_line_4">홈 페이지: <a href="https://github.com/developersu/ns-usbloader-mobile">https://github.com/developersu/ns-usbloader-mobile</a></string>
|
||||
<string name="about_line_5">"번역가: "</string>
|
||||
<string name="about_line_6">이 응용 프로그램이 유용하다고 생각되면, 여러분이\GitHub 페이지에서 별을 주는 것을 환영합니다. 홈 페이지에 대한 자세한 정보. 기부 (선택 사항):</string>
|
||||
<string name="popup_incorrect_file">잘못된 파일</string>
|
||||
<string name="status_failed_to_upload">(업로드 실패)</string>
|
||||
<string name="status_wrong_file">(잘못된 NSP)</string>
|
||||
<string name="status_uploaded">(업로드 됨)</string>
|
||||
<string name="settings">설정</string>
|
||||
<string name="title_activity_settings">설정</string>
|
||||
<string name="settings_phone_ip">휴대폰 IP</string>
|
||||
<string name="settings_phone_port">휴대폰 포트</string>
|
||||
<string name="settings_autodtct_phn_ip">휴대폰 IP 자동 감지</string>
|
||||
<string name="unknown_protocol_error">미확인 프로토콜 선택되었습니다 (?)</string>
|
||||
<string name="notification_transfer_in_progress">데이터 전송 중</string>
|
||||
<string name="notification_chan_name_progress">전송 진행 중</string>
|
||||
<string name="notification_chan_desc_progress">알림은 전송 진행률을 나타냅니다.</string>
|
||||
<string-array name="dayNightSelector">
|
||||
<item>시스템 기본값</item>
|
||||
<item>주간 테마</item>
|
||||
<item>야간 테마</item>
|
||||
</string-array>
|
||||
<string name="settings_application_settings">응용 프로그램 설정</string>
|
||||
<string name="settings_app_theme">응용 프로그램 테마:</string>
|
||||
<string name="about_line_contributors">참여자:</string>
|
||||
</resources>
|
|
@ -47,4 +47,5 @@
|
|||
<string name="settings_application_settings">Настройки приложения</string>
|
||||
<string name="settings_app_theme">Тема:</string>
|
||||
<string name="about_line_contributors">При участии:</string>
|
||||
<string name="about_line_1">NS-USBloader мобильный</string>
|
||||
</resources>
|
||||
|
|
|
@ -42,4 +42,5 @@
|
|||
<string name="settings_application_settings">应用设置</string>
|
||||
<string name="settings_app_theme">应用主题:</string>
|
||||
<string name="about_line_contributors">参与者:</string>
|
||||
<string name="about_line_1">NS-USBloader mobile</string>
|
||||
</resources>
|
|
@ -42,4 +42,5 @@
|
|||
<string name="settings_application_settings">程式設置</string>
|
||||
<string name="settings_app_theme">程式主題:</string>
|
||||
<string name="about_line_contributors">參與者:</string>
|
||||
<string name="about_line_1">NS-USBloader mobile</string>
|
||||
</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="no_protocol_selected_message">No protocol selected</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_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>
|
||||
|
@ -45,7 +45,7 @@
|
|||
<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_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">
|
||||
<item>System default</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