mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
update translations
This commit is contained in:
parent
5db9a629d8
commit
d18b2653f6
2 changed files with 17 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.habitrpg.android.habitica"
|
||||
android:versionCode="110"
|
||||
android:versionCode="111"
|
||||
android:versionName="0.0.33.1"
|
||||
android:screenOrientation="portrait"
|
||||
android:installLocation="auto" >
|
||||
|
|
@ -125,10 +125,10 @@
|
|||
|
||||
<receiver android:name=".receivers.LocalNotificationActionReceiver">
|
||||
<intent-filter>
|
||||
<action android:name="@string/accept_party_invite"/>
|
||||
<action android:name="@string/reject_party_invite"/>
|
||||
<action android:name="@string/accept_quest_invite"/>
|
||||
<action android:name="@string/reject_quest_invite"/>
|
||||
<action android:name="ACCEPT_PARTY_INVITE"/>
|
||||
<action android:name="REJECT_PARTY_INVITE"/>
|
||||
<action android:name="ACCEPT_QUEST_INVITE"/>
|
||||
<action android:name="REJECT_QUEST_INVITE"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name=".receivers.TaskAlarmBootReceiver" android:permission="android.permission.RECEIVE_BOOT_COMPLETED">
|
||||
|
|
|
|||
|
|
@ -329,5 +329,16 @@ Pour commencer, quels aspects de votre vie souhaitez-vous améliorer ?</string>
|
|||
<string name="market">Marché</string>
|
||||
<string name="timeTravelers">Voyageurs temporels</string>
|
||||
<string name="seasonalShop">Boutique saisonnière</string>
|
||||
<string name="empty_inbox">Vous n\'avez pas de message dans la boite de réception. Vous pouvez envoyer un nouveau message à partir des discussions publiques de chaque personne.</string>
|
||||
<string name="empty_inbox">Vous n\'avez pas de message dans votre boîte de réception. Vous pouvez envoyer un nouveau message à partir des messages de discussion publics de chaque personne.</string>
|
||||
<string name="party_invite">Débloquer en invitant des ami•e•s</string>
|
||||
<string name="no_gold">Pas assez d\'or</string>
|
||||
<string name="no_potion">Vous n\'avez pas besoin d\'acheter une potion de santé</string>
|
||||
<string name="successful_purchase" formatted="false">%1$s acheté avec succès</string>
|
||||
<string name="purchase_confirmation_title">Confirmer l\'achat</string>
|
||||
<string name="confirm_purchase_text" formatted="false">Acheter %1$s for %2$s %3$s</string>
|
||||
<string name="gem">gemme</string>
|
||||
<string name="hourglass">sablier</string>
|
||||
<string name="hourglasses">sabliers</string>
|
||||
<string name="gold_singular">or</string>
|
||||
<string name="gems_plural">or</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Reference in a new issue