mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-26 16:04:07 +08:00
Minor translation files fixes
This commit is contained in:
parent
d4cd16a111
commit
074bbfe3cc
@ -97,7 +97,7 @@ public class AboutFragment extends Fragment {
|
||||
Intent intent = new Intent();
|
||||
intent.setAction(Intent.ACTION_VIEW);
|
||||
intent.addCategory(Intent.CATEGORY_BROWSABLE);
|
||||
intent.setData(Uri.parse(getResources().getString(R.string.corwdinLink)));
|
||||
intent.setData(Uri.parse(getResources().getString(R.string.crowdInLink)));
|
||||
startActivity(intent);
|
||||
}
|
||||
});
|
||||
|
@ -373,9 +373,6 @@
|
||||
<string name="copyIssueUrlToastMsg">Issue Link in Zwischenablage kopiert</string>
|
||||
<string name="milestoneCompletion">%1$d\uFF05 abgeschlossen</string>
|
||||
|
||||
<!-- files -->
|
||||
<string name="noDataFilesTab">Keine Dateien gefunden</string>
|
||||
|
||||
<!-- files -->
|
||||
<string name="noDataFilesTab">Keine Dateien gefunden</string>
|
||||
<string name="filesDirNotSupportedYet">Ordner sind noch nicht unterstützt</string>
|
||||
|
@ -374,9 +374,6 @@
|
||||
<string name="copyIssueUrlToastMsg">Issue URL copied to clipboard</string>
|
||||
<string name="milestoneCompletion">%1$d\uFF05 terminé</string>
|
||||
|
||||
<!-- files -->
|
||||
<string name="noDataFilesTab">Aucun fichier trouvé</string>
|
||||
|
||||
<!-- files -->
|
||||
<string name="noDataFilesTab">Aucun fichier trouvé</string>
|
||||
<string name="filesDirNotSupportedYet">Directory browsing is not supported yet</string>
|
||||
|
@ -374,9 +374,6 @@
|
||||
<string name="copyIssueUrlToastMsg">Issue URL copied to clipboard</string>
|
||||
<string name="milestoneCompletion">%1$d\uFF05 выполненный</string>
|
||||
|
||||
<!-- files -->
|
||||
<string name="noDataFilesTab">Файлов не найдено</string>
|
||||
|
||||
<!-- files -->
|
||||
<string name="noDataFilesTab">Файлов не найдено</string>
|
||||
<string name="filesDirNotSupportedYet">Directory browsing is not supported yet</string>
|
||||
|
@ -14,6 +14,7 @@
|
||||
<string name="supportLinkPatreon" translatable="false">https://www.patreon.com/mmarif</string>
|
||||
<string name="appVerBuild" translatable="false">%1$s / build %2$d</string>
|
||||
<string name="appDesc" translatable="false">GitNex is a free, open-source Android client for Git repository management tool Gitea. GitNex is Licensed under GPLv3.\n\nThanks to all the contributors and sponsors for your generous work and donations.</string>
|
||||
<string name="crowdInLink" translatable="false">https://crowdin.com/project/gitnex</string>
|
||||
|
||||
<string name="appRepoIssuesText" translatable="false">Report issues at Gitea</string>
|
||||
<string name="supportText" translatable="false">Support the App on Liberapay</string>
|
||||
@ -499,4 +500,6 @@
|
||||
<string name="emptyFields">All fields are required</string>
|
||||
<!-- generic copy -->
|
||||
|
||||
<string name="translateText">Translate GitNex with Crowdin</string>
|
||||
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user