Rework the landing page layout

This commit is contained in:
Andres Gomez, Thomas (ITDV RL) 2024-04-15 09:46:27 +02:00
parent efcc365394
commit 5269d9883d
45 changed files with 999 additions and 812 deletions

View file

@ -1,29 +1,25 @@
<resources>
<string name="app_name">Rp-Companion</string>
<string name="action_close">Close</string>
<string name="default_category_other">Others</string>
<string name="error__generic">An error occurred.</string>
<string name="error__structure_unknowed">The file structure appears to have changed and is no longer compatible with this application</string>
<string name="error__structure_action">The action sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error__structure_alteration">The alteration sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error__structure_character">The character sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error__structure_description">The description sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error__structure_equipment">The equipment sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error__structure_inventory">The inventory sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error__structure_objects">The objects sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error__structure_skill">The skill sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error__structure_spell">The spell sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error__structure_category_order">The category order sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error__structure_lexicon">The lexicon sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error__structure_location">The location sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error__structure_quest">The quest sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error_generic">An error occurred.</string>
<string name="error_structure_unknowed">The file structure appears to have changed and is no longer compatible with this application</string>
<string name="error_structure_action">The action sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error_structure_alteration">The alteration sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error_structure_character">The character sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error_structure_description">The description sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error_structure_equipment">The equipment sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error_structure_inventory">The inventory sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error_structure_objects">The objects sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error_structure_skill">The skill sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error_structure_spell">The spell sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error_structure_category_order">The category order sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error_structure_lexicon">The lexicon sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error_structure_location">The location sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="error_structure_quest">The quest sheet structure appears to have changed and is no longer compatible with this application</string>
<string name="generic_success">Success</string>
<string name="generic_success_critical">CRITICAL SUCCESS</string>
<string name="generic_failure">Failure</string>
<string name="generic_failure_critical">CRITICAL FAILURE</string>
<string name="default_category_other_label">Others</string>
<string name="default_search_label">Search</string>
<string name="default_missing_description">No available description</string>
<string name="spell_school_abjuration">Abjuration</string>
<string name="spell_school_divination">Divination</string>
@ -34,20 +30,52 @@
<string name="spell_school_necromancy">Necromancy</string>
<string name="spell_school_transmutation">Transmutation</string>
<string name="action_google_sign_in">Sign in with</string>
<string name="class_barbarian">Barbarian</string>
<string name="class_bard">Bard</string>
<string name="class_cleric">Cleric</string>
<string name="class_druid">Druid</string>
<string name="class_fighter">Fighter</string>
<string name="class_monk">Monk</string>
<string name="class_paladin">Paladin</string>
<string name="class_ranger">Ranger</string>
<string name="class_rogue">Rogue</string>
<string name="class_sorcerer">Sorcerer</string>
<string name="class_warlock">Warlock</string>
<string name="class_wizard">Wizard</string>
<string name="home_lexicon">Lexicon</string>
<string name="home_quest_log">Quest logs</string>
<string name="home_location">Location</string>
<string name="authentication__google_sign_in_action">Sign in with</string>
<string name="lexicon_search">Search</string>
<string name="landing__title" translatable="false">Curse of Strahd</string>
<string name="landing__caterogy__character">Character\'s sheets</string>
<string name="landing__caterogy__tools">Tools</string>
<string name="landing__caterogy__encyclopedia">Encyclopedia</string>
<string name="landing__character_brulkhai" translatable="false">Brulkhai</string>
<string name="landing__character_leandre" translatable="false">Léandre</string>
<string name="landing__character_nelia" translatable="false">Nelia</string>
<string name="landing__character_tigrane" translatable="false">Tigrane</string>
<string name="landing__character_unathana" translatable="false">Unathana</string>
<string name="detail_title">Character\'s details</string>
<string name="detail_description">Description:</string>
<string name="detail_status">Status:</string>
<string name="detail_location">Location:</string>
<string name="detail_history">History:</string>
<string name="detail_portrait">Portrait:</string>
<string name="lexicon_list__title">Lexicon</string>
<string name="lexicon_detail__title">Character\'s details</string>
<string name="lexicon_detail__description">Description:</string>
<string name="lexicon_detail__status">Status:</string>
<string name="lexicon_detail__location">Location:</string>
<string name="lexicon_detail__history">History:</string>
<string name="lexicon_detail__portrait">Portrait:</string>
<string name="quest_list__title">Quest logs</string>
<string name="quest_detail__title">Quest details</string>
<string name="quest_detail__completed">Completed</string>
<string name="quest_detail__giver">Quest giver:</string>
<string name="quest_detail__area">Area:</string>
<string name="quest_detail__individual_reward">Individual reward:</string>
<string name="quest_detail__group_reward">Group reward:</string>
<string name="location_list__title">Location</string>
<string name="location_detail__title">Map</string>
<string name="location_detail__destination">Destinations:</string>
<string name="location_detail__illustrations">Illustrations:</string>
<string name="location_detail__coordinates_toast">Coordinates</string>
<string name="search_field_title">Search</string>
<string name="search_category_prefix_lexicon">Lexicon</string>
@ -74,17 +102,8 @@
<string name="search_spell_item_duration">Duration:</string>
<string name="search_spell_item_description">Description:</string>
<string name="quest_detail_title">Quest details</string>
<string name="quest_detail_completed">Completed</string>
<string name="quest_detail_giver">Quest giver:</string>
<string name="quest_detail_area">Area:</string>
<string name="quest_detail_individual_reward">Individual reward:</string>
<string name="quest_detail_group_reward">Group reward:</string>
<string name="map_title">Map</string>
<string name="map_label">Coordinates</string>
<string name="map_destination">Destinations:</string>
<string name="map_illustrations">Illustrations:</string>
<string name="character_sheet__death_header__success_label">Success</string>
<string name="character_sheet__death_header__failure_label">Failure</string>
<string name="character_sheet_refresh_label">Refresh</string>
<string name="character_sheet_tab_proficiency">Proficiencies</string>
@ -162,6 +181,10 @@
<string name="character_sheet_action_spell_level_0">Cantrip</string>
<string name="character_sheet_action_spell_level_X">Spell level %1$s</string>
<string name="roll_overlay__close_action">Close</string>
<string name="roll_overlay__critical_success">CRITICAL SUCCESS</string>
<string name="roll_overlay__critical_failure">CRITICAL FAILURE</string>
<string name="dice_roll_mastery_proficiency">%1$s proficiency</string>
<string name="dice_roll_mastery_expertise">%1$s expertise</string>
<string name="dice_roll_mastery_saving_throw">Saving throw</string>
@ -199,8 +222,6 @@
<string name="alteration_source">Source: %1$s</string>
<string name="alteration_target">Target: %1$s</string>
<string name="no_available_description">No available description</string>
<string name="character_sheet_equipment_head">Head</string>
<string name="character_sheet_equipment_face">face</string>
<string name="character_sheet_equipment_shoulder">Shoulder</string>
@ -217,8 +238,5 @@
<string name="character_sheet_equipment_off_hand">Off hand</string>
<string name="character_sheet_equipment_empty_description">This equipment does not have any description</string>
<string name="summary_title">Game Master</string>
<string name="summary_title_tab_statistics">Statistic</string>
<string name="summary_title_tab_combats">Combat</string>
<string name="summary_title_tab_rolls">Rolls</string>
<string name="summary__title">Game Master</string>
</resources>