mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-22 08:20:59 +00:00
Italian Localization: Filters & Action extension (#499)
- Update filter section - Add Italian translation to Action Extension
This commit is contained in:
parent
c25f94eed1
commit
57c9511e70
2 changed files with 16 additions and 7 deletions
9
IceCubesActionExtension/it.lproj/InfoPlist.strings
Normal file
9
IceCubesActionExtension/it.lproj/InfoPlist.strings
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
InfoPlist.strings
|
||||
IceCubesApp
|
||||
|
||||
Created by Thomas Durand on 27/01/2023.
|
||||
|
||||
*/
|
||||
|
||||
"CFBundleDisplayName" = "Apri con Ice Cubes";
|
|
@ -371,10 +371,10 @@
|
|||
"filter.edit.contexts" = "Dove applicare il filtro";
|
||||
"filter.edit.action" = "Azione del filtro";
|
||||
"account.action.edit-filters" = "Modifica filtri";
|
||||
"filter.contexts.home" = "Home and lists";
|
||||
"filter.contexts.notifications" = "Notifications";
|
||||
"filter.contexts.public" = "Public timelines";
|
||||
"filter.contexts.conversations" = "Conversations";
|
||||
"filter.contexts.profiles" = "Profiles";
|
||||
"filter.action.warning" = "Hide with a warning";
|
||||
"filter.action.hide" = "Hide completely";
|
||||
"filter.contexts.home" = "Nella Home e nelle liste";
|
||||
"filter.contexts.notifications" = "Nelle notifiche";
|
||||
"filter.contexts.public" = "Nelle timeline pubbliche";
|
||||
"filter.contexts.conversations" = "Nelle conversazioni";
|
||||
"filter.contexts.profiles" = "Nei profili";
|
||||
"filter.action.warning" = "Nascondi con un avviso";
|
||||
"filter.action.hide" = "Nascondi completamente";
|
||||
|
|
Loading…
Reference in a new issue