Update release workflow

Remove untranslatable strings from Turkish strings.xml
This commit is contained in:
BinTianqi
2025-06-07 17:52:21 +08:00
parent e88e48e676
commit 00e1ed3fa4
2 changed files with 5 additions and 20 deletions

View File

@@ -23,18 +23,13 @@ jobs:
- name: Build APK
run: |
echo "${{ secrets.KEY_BASE64 }}" | base64 --decode - > app/release.jks
./gradlew clean assembleRelease --no-build-cache --no-configuration-cache --no-daemon -PStoreFile="$(pwd)/app/release.jks" -PStorePassword="${{ secrets.KEYSTORE_PASSWORD }}" -PKeyPassword="${{ secrets.KEY_PASSWORD }}" -PKeyAlias="${{ secrets.KEY_ALIAS }}"
./gradlew clean assembleRelease --no-build-cache --no-configuration-cache -PStoreFile="$(pwd)/app/release.jks" -PStorePassword="${{ secrets.KEYSTORE_PASSWORD }}" -PKeyPassword="${{ secrets.KEY_PASSWORD }}" -PKeyAlias="${{ secrets.KEY_ALIAS }}"
mv app/build/outputs/apk/release/app-release.apk OwnDroid-${{ github.ref_name }}.apk
./gradlew assembleRelease
mv app/build/outputs/apk/release/app-release.apk OwnDroid-${{ github.ref_name }}-testkey.apk
- name: Create release
run: gh release create ${{ github.ref_name }} app/build/outputs/apk/release/app-release.apk#OwnDroid-${{ github.ref_name }}.apk -d --notes-from-tag
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build APK (testkey)
run: ./gradlew build
- name: Upload testkey APK
run: gh release upload ${{ github.ref_name }} app/build/outputs/apk/release/app-release.apk#OwnDroid-${{ github.ref_name }}-testkey.apk
run: git tag -l ${{ github.ref_name }} --format="%(contents:body)" | gh release create ${{ github.ref_name }} -t ${{ github.ref_name }} *.apk -d -F -
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -1,7 +1,5 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!--Global-->
<string name="app_name" translatable="false">OwnDroid</string>
<string name="place_holder" translatable="false"/>
<string name="disabled">Devre Dışı</string>
<string name="enabled">Etkin</string>
<string name="disable">Devre Dışı Bırak</string>
@@ -64,7 +62,6 @@
<string name="alias">Takma Ad</string>
<string name="unknown_error">Bilinmeyen Hata</string>
<string name="permission_denied">İzin Reddedildi</string>
<string name="api" translatable="false">API</string>
<string name="error">Hata</string>
<string name="status">Durum</string>
<string name="edit">Düzenle</string>
@@ -122,13 +119,10 @@
<string name="create_work_profile_success">İş Profili Başarıyla Oluşturuldu</string>
<!--Dhizuku-->
<string name="dhizuku" translatable="false">Dhizuku</string>
<string name="failed_to_init_dhizuku">Dhizuku Başlatılamadı</string>
<string name="dhizuku_permission_not_granted">Dhizuku İzni Verilmedi</string>
<string name="dhizuku_mode_disabled">Dhizuku Modu Devre Dışı</string>
<string name="shizuku" translatable="false">Shizuku</string>
<!--System-->
<string name="system">Sistem</string>
<string name="disable_cam">Kamerayı Devre Dışı Bırak</string>
@@ -259,7 +253,6 @@
<!--Network-->
<string name="network"></string>
<string name="wifi_mac_address">Wi-Fi MAC Adresi</string>
<string name="wifi" translatable="false">Wi-Fi</string>
<string name="disconnect">Bağlantıyı Kes</string>
<string name="reconnect">Yeniden Bağlan</string>
<string name="saved_networks">Kayıtlı Ağlar</string>
@@ -289,13 +282,11 @@
<string name="target">Hedef</string>
<string name="device">Cihaz</string>
<string name="user">Kullanıcı</string>
<string name="uid" translatable="false">UID</string>
<string name="uid_tag">UID Etiketi</string>
<string name="uid_tag_state">UID Etiket Durumu</string>
<string name="network_type">Ağ Türü</string>
<string name="mobile">Mobil</string>
<string name="ethernet">Ethernet</string>
<string name="vpn" translatable="false">VPN</string>
<string name="subscriber_id">Abone Kimliği</string>
<string name="all">Tümü</string>
<string name="uninstalled">Kaldırılmış</string>
@@ -448,7 +439,6 @@
<string name="bt_share">Bluetooth Paylaşımı</string>
<string name="share_location">Konumu Paylaş</string>
<string name="config_location">Konumu Yapılandır</string>
<string name="nfc" translatable="false">NFC</string>
<string name="outgoing_beam">Giden Işın</string>
<string name="usb_file_transfer">USB Dosya Aktarımı</string>
<string name="mount_physical_media">Fiziksel Medyayı Bağla</string>