Skip to content

Commit

Permalink
Libs Update, Update Italian translation
Browse files Browse the repository at this point in the history
Co-Authored-By: Alpha <88579269+alpha4041@users.noreply.github.com>
  • Loading branch information
AkosPaha01 and alpha4041 committed May 23, 2022
1 parent e062933 commit 3f0ca31
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 9 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ android {
}*/

dependencies {
implementation(platform("com.google.firebase:firebase-bom:30.0.0"))
implementation(platform("com.google.firebase:firebase-bom:30.0.1"))
implementation("com.google.firebase:firebase-messaging-ktx:23.0.5")
implementation("com.google.firebase:firebase-analytics-ktx:21.0.0")

Expand All @@ -104,10 +104,10 @@ dependencies {
implementation("dev.chrisbanes.insetter:insetter:0.6.1")
implementation("androidx.core:core-ktx:1.9.0-alpha04")
//noinspection DifferentStdlibGradleVersion
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.0-Beta")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.0-RC")
implementation("androidx.core:core:1.9.0-alpha04")
implementation("com.google.android.material:material:1.7.0-alpha01")
implementation("androidx.constraintlayout:constraintlayout:2.1.3")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.preference:preference-ktx:1.2.0")
implementation("androidx.activity:activity-ktx:1.6.0-alpha04")
implementation("androidx.fragment:fragment-ktx:1.5.0-rc01")
Expand All @@ -129,7 +129,7 @@ dependencies {
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar", "*.aar"))))

debugImplementation("androidx.compose.ui:ui-tooling:1.2.0-beta02")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.0-Beta")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.0-RC")

/*var grpc_version = "1.45.0"
implementation("io.grpc:grpc-android:$grpc_version")
Expand Down
28 changes: 25 additions & 3 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="search">Cerca</string>
<string name="title_themes">Temi</string>
<string name="title_downloads">Download</string>
Expand Down Expand Up @@ -74,6 +74,7 @@
<string name="loading_preferences">Caricamento preferenze</string>
<string name="use_silk_theme_by_default">Usa il tema silk come predefinito</string>
<string name="monet">Monet</string>
<string name="silk_on_all_devices">Silk su tutti i dispositivi</string>
<string name="silk_on_all_pixel">Silk su tutti i Pixel</string>
<string name="silk_theme">Tema silk</string>
<string name="android_12">Android 12</string>
Expand Down Expand Up @@ -191,11 +192,15 @@
<string name="mid_tall">1.05 medio-alta</string>
<string name="tall">1.10 alta</string>
<string name="extra_tall">1.15 molto alta</string>
<string name="more_tall">1.20 più alto</string>
<string name="extra_more_tall">1.30 extra più alto</string>
<string name="extra_mooore">1.40 extra molto più alto</string>
<string name="extra_extra_tall">1.50 molto molto alta</string>
<string name="max_tall">2.00 altissima</string>
<string name="margins">Margini</string>
<string name="margins_lanscape">Margini orizzontali</string>
<string name="radius">Raggio</string>
<string name="not_set">Non impostato</string>
<string name="not_set" tools:ignore="PrivateResource">Non impostato</string>

<string name="kb_pad_land_b">Orizzontale-Basso</string>
<string name="kb_pad_land_l">Orizzontale-Sinistra</string>
Expand All @@ -215,4 +220,21 @@
<string name="deep_link">Deep link</string>
<string name="download">Scarica</string>
<string name="include_theme_names">Includi nome temi</string>
</resources>
<string name="update_available">Aggiornamento disponibile (%s)</string>
<string name="help">Aiuto</string>
<string name="enable_get_bitmoji_card">Ottieni Card Bitmoji</string>
<string name="translate_new_ui">Nuova UI traduttore</string>
<string name="enable_floating_keyboard_v2">Tastiera fluttuante V2</string>
<string name="silk_key_press">Pressione tasto Silk</string>
<string name="silk_popup">Popup Silk</string>
<string name="silk">Popup Silk</string>
<string name="silk_details">Popup Silk</string>
<string name="keyboard_redesign_google_sans">Redesign tastiera Google Sans</string>
<string name="gboard_cache_cleared">Cache Gboard eliminata</string>
<string name="gboard_cache_clear">Svuota cache Gboard</string>
<string name="gboard_cache_clear_long">Elimina la cache e forza la chiusura di Gboard.</string>
<string name="clear_recent_emojis">Cancella le emoji usate recentemente</string>
<string name="clear_recent_emojis_long">Elimina le emoji usate di recente e chiude forzatamente Gboard.</string>
<string name="recent_emojis_cleared">Emoji usate di recente cancellate</string>
<string name="show_language_switch_key">Mostra tasto cambia lingua</string>
</resources>
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle:7.4.0-alpha02")
//noinspection DifferentKotlinGradleVersion
classpath(kotlin("gradle-plugin", version = "1.7.0-Beta"))
classpath(kotlin("gradle-plugin", version = "1.7.0-RC"))
classpath("com.google.gms:google-services:4.3.10")
//classpath("com.google.protobuf:protobuf-gradle-plugin:0.8.18")
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Dec 07 07:49:33 CET 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-7.6-20220519002827+0000-all.zip
distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-7.6-20220520225140+0000-all.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 3f0ca31

Please sign in to comment.