New Crowdin translations (#22)

* New translations strings_neko.xml (Korean)

* New translations strings_neko.xml (Portuguese, Brazilian)
This commit is contained in:
猫耳逆变器 2020-02-15 12:19:14 +08:00 committed by NekoInverter
parent 841ceb3174
commit f8f8191564
No known key found for this signature in database
GPG Key ID: 280D6CCCF95715F9
4 changed files with 4 additions and 11 deletions

View File

@ -32,10 +32,7 @@ dependencies {
implementation 'com.stripe:stripe-android:2.0.2'
implementation 'com.google.code.gson:gson:2.8.6'
implementation files('libs/libgsaverification-client.aar')
def appCenterSdkVersion = '2.5.1'
implementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"
implementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}"
implementation "com.microsoft.appcenter:appcenter-push:${appCenterSdkVersion}"
implementation "com.microsoft.appcenter:appcenter-analytics:2.5.1"
}
android {

View File

@ -31,8 +31,6 @@ import com.google.android.gms.common.GooglePlayServicesUtil;
import com.google.firebase.iid.FirebaseInstanceId;
import com.microsoft.appcenter.AppCenter;
import com.microsoft.appcenter.analytics.Analytics;
import com.microsoft.appcenter.crashes.Crashes;
import com.microsoft.appcenter.push.Push;
import org.telegram.tgnet.ConnectionsManager;
import org.telegram.tgnet.TLRPC;
@ -178,8 +176,7 @@ public class ApplicationLoader extends Application {
}
super.onCreate();
AppCenter.start(this, "033a70ca-ea8d-4c2f-8c2c-b37f1b47f766",
Analytics.class, Crashes.class, Push.class);
AppCenter.start(this, "033a70ca-ea8d-4c2f-8c2c-b37f1b47f766", Analytics.class);
if (applicationContext == null) {
applicationContext = getApplicationContext();
}

View File

@ -55,7 +55,7 @@
<string name="StickerSizeDialogName">두왕</string>
<string name="Experiment">실험용</string>
<string name="UnlimitedFavoredStickers">무제한 스티커 저장</string>
<string name="UnlimitedFavoredStickersAbout">즐겨 찾기에 스티커를 무제한 저장. 스티커가 다른 장치와 동기화되지 않았을 수 있습니다.</string>
<string name="UnlimitedFavoredStickersAbout">즐겨 찾기에 스티커를 무제한 저장. 스티커가 다른 장치와 동기화 되지 않았을 수 있습니다.</string>
<string name="MessageDetails">정보</string>
<string name="ExportAsJson">JSON으로 내보내기</string>
<string name="Translate">번역</string>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="NekoSettings">Configurações Neko</string>
<string name="IPv6">Tente conectar-se através do IPv6</string>
@ -61,7 +60,7 @@
<string name="Translate">Traduzir</string>
<string name="ServiceByGoogle">O serviço de tradução é fornecido pelo Google</string>
<string name="JoinedFormatted">visto por último %1$s</string>
<string name="JoinedDateFormatted">visto por último %1$s</string>
<string name="JoinedDateFormatted">visto por último às %1$s</string>
<string name="DeleteAccount">Excluir conta de telegram</string>
<string name="TranslateFailed">Erro no servidor de tradução</string>
<string name="TranslationProvider">Provedor de tradução</string>