-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35664cb
commit 7cd371b
Showing
30 changed files
with
879 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<plurals name="noun_contributors"> | ||
<item quantity="one">%s Contributor</item> | ||
<item quantity="other">%s Contributors</item> | ||
</plurals> | ||
<plurals name="repositories"> | ||
<item quantity="one">%s Repository</item> | ||
<item quantity="other">%s Repositories</item> | ||
</plurals> | ||
<plurals name="stars"> | ||
<item quantity="one">%s Star</item> | ||
<item quantity="other">%s Stars</item> | ||
</plurals> | ||
<plurals name="forks"> | ||
<item quantity="one">%s Fork</item> | ||
<item quantity="other">%s Forks</item> | ||
</plurals> | ||
<plurals name="followers"> | ||
<item quantity="one">%s Follower</item> | ||
<item quantity="other">%s Followers</item> | ||
</plurals> | ||
<plurals name="following"> | ||
<item quantity="one">%s Following</item> | ||
<item quantity="other">%s Following</item> | ||
</plurals> | ||
<plurals name="contributions_toast"> | ||
<item quantity="one">%1$s: %2$d Contribution</item> | ||
<item quantity="other">%1$s: %2$d Contributions</item> | ||
</plurals> | ||
<plurals name="plural_language"> | ||
<item quantity="one">Language</item> | ||
<item quantity="other">Languages</item> | ||
</plurals> | ||
<plurals name="plural_lines_selected"> | ||
<item quantity="one">Line %1$s</item> | ||
<item quantity="other">Lines %1$s-%2$s</item> | ||
</plurals> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> | ||
<!-- Root Tabs --> | ||
<string name="navigation_explore">Explore</string> | ||
<string name="navigation_home">Home</string> | ||
<string name="navigation_inbox">Inbox</string> | ||
<string name="navigation_profile">Profile</string> | ||
<string name="navigation_settings">Settings</string> | ||
<!-- --> | ||
<!-- Generic Actions --> | ||
<string name="action_back">Back</string> | ||
<string name="action_confirm">Confirm</string> | ||
<string name="action_share">Share</string> | ||
<string name="action_expand">View More</string> | ||
<string name="action_collapse">View Less</string> | ||
<string name="action_edit">Edit</string> | ||
<string name="action_stop_edit">Stop editing</string> | ||
<string name="action_try_again">Try again</string> | ||
<string name="action_copy">Copy</string> | ||
<!-- --> | ||
<!-- Dismiss Labels --> | ||
<string name="dismiss_nevermind">Nevermind</string> | ||
<string name="dismiss_cancel">Cancel</string> | ||
<string name="dismiss_no_thanks">No thanks</string> | ||
<!-- --> | ||
<!-- Errors --> | ||
<string name="error_release_load">Couldn\'t load release</string> | ||
<!-- --> | ||
<!-- Titles --> | ||
<string name="title_starred">Starred</string> | ||
<string name="title_orgs">Organizations</string> | ||
<string name="title_repos">Repositories</string> | ||
<string name="title_contributors">Contributors</string> | ||
<string name="title_sponsoring">Sponsoring</string> | ||
<string name="title_followers">Followers</string> | ||
<string name="title_following">Following</string> | ||
<!-- --> | ||
<!-- Entities --> | ||
<string name="noun_repo">Repository</string> | ||
<string name="noun_release">Release</string> | ||
<string name="noun_tag">Tag</string> | ||
<string name="noun_other">Other</string> | ||
<string name="noun_commit">Commit</string> | ||
<string name="noun_license">License</string> | ||
<string name="noun_users_avatar">%s\'s avatar</string> | ||
<!-- --> | ||
<!-- Issues and PRs --> | ||
<string name="msg_issue_untitled">Untitled issue</string> | ||
<string name="msg_pr_untitled">Untitled pull request</string> | ||
<string name="label_checks">Checks</string> | ||
<string name="label_reviews">Reviews</string> | ||
<!-- --> | ||
<string name="label_dont_show_again">Don\'t show this again</string> | ||
<!-- Units --> | ||
<string name="time_now">Now</string> | ||
<string name="time_since_second">%1$ds</string> | ||
<string name="time_since_minute">%1$dm</string> | ||
<string name="time_since_hour">%1$dh</string> | ||
<string name="time_since_day">%1$dd</string> | ||
<string name="time_since_month">%1$dmo</string> | ||
<string name="time_since_year">%1$dy</string> | ||
<string name="file_size_bytes">%1$d B</string> | ||
<string name="file_size_kilobytes">%1$d KB</string> | ||
<string name="file_size_megabytes">%1$d MB</string> | ||
<string name="file_size_gigabytes">%1$d GB</string> | ||
<!-- --> | ||
<!-- Downloading --> | ||
<string name="action_download">Download</string> | ||
<string name="title_download_confirm">Confirm download</string> | ||
<string name="msg_download_dialog_body">You are about to download %1$s (%2$s), are you sure you want to do that?</string> | ||
<string name="msg_downloading_file">Downloading %1$s...</string> | ||
<string name="msg_download_completed">Download completed</string> | ||
<!-- --> | ||
<!-- Installing --> | ||
<string name="install_fail_generic">Failed to install: Unknown reason</string> | ||
<string name="install_fail_blocked">Installation was blocked</string> | ||
<string name="install_fail_invalid">One or more apks were invalid or corrupt</string> | ||
<string name="install_fail_conflict">Conflicts with an existing app, usually due to mismatched | ||
signatures | ||
</string> | ||
<string name="install_fail_storage">Not enough available storage to install</string> | ||
<string name="install_fail_incompatible">Application is incompatible with this device</string> | ||
<string name="install_fail_timeout">Installation timed out</string> | ||
<string name="install_success">App installed successfully!</string> | ||
<string name="install_cancelled">Installation cancelled</string> | ||
<!-- --> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> | ||
<string name="action_github_sign_in">Sign in with GitHub</string> | ||
<string name="label_choose_account">Choose an account</string> | ||
<string name="label_or">or</string> | ||
<string name="msg_welcome">Welcome!</string> | ||
</resources> |
12 changes: 12 additions & 0 deletions
12
ui/src/commonMain/moko-resources/en-GB/strings_explore.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> | ||
<string name="title_trending">Trending</string> | ||
<string name="label_trending_daily">Today</string> | ||
<string name="label_trending_weekly">This week</string> | ||
<string name="label_trending_monthly">This month</string> | ||
<string name="label_stars_day">%1$s today</string> | ||
<string name="label_stars_week">%1$s this week</string> | ||
<string name="label_stars_month">%1$s this month</string> | ||
<string name="msg_trending_footer_title">You\'ve reached the end!</string> | ||
<string name="msg_trending_footer_description">Check back later to find new trending repositories</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> | ||
<string name="action_reset_zoom">Reset zoom</string> | ||
<string name="action_view_raw">View raw</string> | ||
<string name="action_view_markdown">View as markdown</string> | ||
<string name="msg_file_load_error">Could not load this file</string> | ||
<string name="msg_raw_markdown_fail">Could not load raw markdown</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> | ||
<string name="created_repo">§name§%1$s§ §text§created a repository§</string> | ||
<string name="starred_repo">§name§%1$s§ §text§starred a repository§</string> | ||
<string name="forked_repo">§name§%1$s§ §text§forked a repository§</string> | ||
<string name="followed_user">§name§%1$s§ §text§followed§ §other§%2$s§</string> | ||
<string name="followed_you">§name§%1$s§ §text§followed you§</string> | ||
<string name="published_release">§name§%1$s§ §text§published a release§</string> | ||
<string name="recommended">Recommended for you</string> | ||
<string name="cd_followed">Followed</string> | ||
<string name="action_view_details">Details</string> | ||
</resources> |
16 changes: 16 additions & 0 deletions
16
ui/src/commonMain/moko-resources/en-GB/strings_profile.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> | ||
<string name="action_follow_user">Follow %s</string> | ||
<string name="action_unfollow_user">Unfollow %s</string> | ||
<string name="action_follow">Follow</string> | ||
<string name="action_unfollow">Unfollow</string> | ||
<string name="action_read_more">Read More</string> | ||
<string name="badge_dev">Gloom Developer</string> | ||
<string name="badge_supporter">Gloom Supporter</string> | ||
<string name="section_title_contributions">Contributions: %1$d</string> | ||
<string name="section_title_pinned">Pinned</string> | ||
<string name="cd_link">Link</string> | ||
<string name="label_follows_you">Follows You</string> | ||
<string name="label_more">More</string> | ||
<string name="label_less">Less</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> | ||
<string name="title_install_app">Install this app?</string> | ||
<string name="msg_release_author">§author§%1$s§ released this %2$s</string> | ||
<string name="msg_install_dialog_body">We have detected that %1$s is an Android application, would you like to install it?</string> | ||
<string name="action_install">Install</string> | ||
<string name="label_latest">Latest</string> | ||
<string name="label_prerelease">Pre-release</string> | ||
</resources> |
43 changes: 43 additions & 0 deletions
43
ui/src/commonMain/moko-resources/en-GB/strings_repository.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> | ||
<string name="action_star">Star</string> | ||
<string name="action_unstar">Unstar</string> | ||
<string name="placeholder_empty_repo">Empty Repository</string> | ||
<string name="cd_forked_repo">Forked Repository</string> | ||
<string name="label_repo_archived">Archived by owner</string> | ||
<!-- Details --> | ||
<string name="repo_tab_details">Details</string> | ||
<string name="action_show_license_details">Show license details</string> | ||
<string name="action_hide_license_details">Hide license details</string> | ||
<string name="title_license">License</string> | ||
<string name="label_permissions">Permissions</string> | ||
<string name="label_limitations">Limitations</string> | ||
<string name="label_conditions">Conditions</string> | ||
<string name="label_forked_from">Forked from %s</string> | ||
<!-- --> | ||
<!-- Code --> | ||
<string name="repo_tab_code">Code</string> | ||
<!-- --> | ||
<!-- Issues --> | ||
<string name="repo_tab_issues">Issues</string> | ||
<string name="cd_issue_title_opened">Issue number %1$d with title \"%2$s\"</string> | ||
<string name="cd_issue_title_completed">Issue number %1$d with title \"%2$s\" marked as completed</string> | ||
<string name="cd_issue_title_not_planned">Issue number %1$d with title \"%2$s\" marked as not planned</string> | ||
<!-- --> | ||
<!-- Pull Requests --> | ||
<string name="repo_tab_prs">Pull Requests</string> | ||
<string name="cd_pr_title_opened">Opened pull request number %1$d with title \"%2$s\"</string> | ||
<string name="cd_pr_title_merged">Merged pull request number %1$d with title \"%2$s\"</string> | ||
<string name="cd_pr_title_closed">Closed pull request number %1$d with title \"%2$s\"</string> | ||
<string name="cd_pr_title_draft">Draft pull request number %1$d with title \"%2$s\"</string> | ||
<string name="label_checks_failed">Checks failed</string> | ||
<!-- --> | ||
<!-- Issue or PR --> | ||
<string name="cd_label_comments">%1$d comments</string> | ||
<string name="msg_issue_or_pr_author">#%1$d by %2$s</string> | ||
<!-- --> | ||
<!-- Releases --> | ||
<string name="repo_tab_releases">Releases</string> | ||
<string name="label_all_releases">All releases</string> | ||
<!-- --> | ||
</resources> |
51 changes: 51 additions & 0 deletions
51
ui/src/commonMain/moko-resources/en-GB/strings_settings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> | ||
<string name="action_sign_out">Sign Out</string> | ||
<string name="settings_sign_out_header">Sign Out?</string> | ||
<string name="settings_sign_out_text">Are you sure you want to sign out? You can always sign back in later.</string> | ||
<!-- Appearance --> | ||
<string name="settings_appearance">Appearance</string> | ||
<string name="settings_appearance_description">Theme, code style</string> | ||
<string name="appearance_theme">Theme</string> | ||
<string name="appearance_monet">Dynamic Theme</string> | ||
<string name="appearance_monet_description">Available on Android 12+</string> | ||
<string name="theme_system">System</string> | ||
<string name="theme_light">Light</string> | ||
<string name="theme_dark">Dark</string> | ||
<string name="appearance_user_av_shape">User avatar shape</string> | ||
<string name="appearance_org_av_shape">Organization avatar shape</string> | ||
<string name="appearance_av_radius">Radius:</string> | ||
<string name="appearance_av_radius_percent">%1$d%</string> | ||
<string name="appearance_av_shape_circle">Circle</string> | ||
<string name="appearance_av_shape_roundrect">Rounded square</string> | ||
<string name="appearance_av_shape_squircle">Squircle</string> | ||
<!-- --> | ||
<!-- Accounts --> | ||
<string name="settings_accounts">Accounts</string> | ||
<string name="settings_accounts_description">Add or switch accounts</string> | ||
<string name="action_add_account">Add account</string> | ||
<string name="action_sign_out_all">Sign out of all accounts</string> | ||
<string name="cd_enterprise_domain">Enterprise domain: %1$s</string> | ||
<!-- --> | ||
<!-- Development --> | ||
<string name="settings_development">Development</string> | ||
<string name="settings_development_description">Debug and test new features</string> | ||
<string name="dev_alert_testing">Alert Testing</string> | ||
<string name="dev_alert_testing_description">Create custom alerts to use for testing</string> | ||
<string name="dev_alert_title">Title</string> | ||
<string name="dev_alert_message">Message</string> | ||
<string name="dev_alert_show_icon">Show icon</string> | ||
<string name="dev_alert_duration">Duration</string> | ||
<string name="dev_alert_action_show_alert">Show alert</string> | ||
<string name="dev_alert_action_fill_queue">Fill queue</string> | ||
<!-- --> | ||
<!-- About --> | ||
<string name="settings_about">About</string> | ||
<string name="settings_libraries">Libraries</string> | ||
<string name="settings_libraries_description">The libraries used to make Gloom</string> | ||
<string name="cd_library_author">Author: %1$s</string> | ||
<string name="cd_library_license">License: %1$s</string> | ||
<string name="label_open_source">Open Source</string> | ||
<string name="label_closed_source">Closed Source</string> | ||
<!-- --> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<plurals name="noun_contributors"> | ||
<item quantity="one">%s Contributor</item> | ||
<item quantity="other">%s Contributors</item> | ||
</plurals> | ||
<plurals name="repositories"> | ||
<item quantity="one">%s Repository</item> | ||
<item quantity="other">%s Repositories</item> | ||
</plurals> | ||
<plurals name="stars"> | ||
<item quantity="one">%s Star</item> | ||
<item quantity="other">%s Stars</item> | ||
</plurals> | ||
<plurals name="forks"> | ||
<item quantity="one">%s Fork</item> | ||
<item quantity="other">%s Forks</item> | ||
</plurals> | ||
<plurals name="followers"> | ||
<item quantity="one">%s Follower</item> | ||
<item quantity="other">%s Followers</item> | ||
</plurals> | ||
<plurals name="following"> | ||
<item quantity="one">%s Following</item> | ||
<item quantity="other">%s Following</item> | ||
</plurals> | ||
<plurals name="contributions_toast"> | ||
<item quantity="one">%1$s: %2$d Contribution</item> | ||
<item quantity="other">%1$s: %2$d Contributions</item> | ||
</plurals> | ||
<plurals name="plural_language"> | ||
<item quantity="one">Language</item> | ||
<item quantity="other">Languages</item> | ||
</plurals> | ||
<plurals name="plural_lines_selected"> | ||
<item quantity="one">Line %1$s</item> | ||
<item quantity="other">Lines %1$s-%2$s</item> | ||
</plurals> | ||
</resources> |
Oops, something went wrong.