Home
last modified time | relevance | path

Searched refs:translations (Results 1 – 25 of 190) sorted by relevance

12345678

/third_party/openssl/VMS/
Dtranslatesyms.pl33 my %translations = ();
40 $translations{$original} = $translated.'$';
49 if (defined($translations{$2})) {
50 my $trans = $translations{$2};
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/
DREADME.md19 files, which have a `.arb` extension, to store localized translations
30 for. For example `material_de.arb` contains German translations, and
31 `material_ar.arb` contains Arabic translations. Files that contain
32 regional translations have names that include the locale's regional
34 translations that are specific to Great Britain.
67 suffix contain translations for the same set of resource IDs as
71 a regional suffix contain translations for the same set of resource IDs
91 A few of material translations contain `$variable` tokens. The
118 Plural translations can be provided for several quantities: 0, 1, 2,
123 the "Other" suffix. For example the English translations
[all …]
Dgenerated_cupertino_localizations.dart17 // The classes defined here encode all of the translations found in the
24 /// The translations for Afrikaans (`af`).
172 /// The translations for Amharic (`am`).
320 /// The translations for Arabic (`ar`).
468 /// The translations for Assamese (`as`).
616 /// The translations for Azerbaijani (`az`).
764 /// The translations for Belarusian (`be`).
912 /// The translations for Bulgarian (`bg`).
1060 /// The translations for Bengali Bangla (`bn`).
1208 /// The translations for Bosnian (`bs`).
[all …]
/third_party/libexif/
DNEWS37 * New translations: ms
38 * Updated translations for most languages
65 * New translations: en_AU, uk
66 * Updated translations: cs, da, de, en_CA, nl, pl, sk, sv, vi
76 * New translations: bs, tr
77 * Updated translations: be, cs, da, de, en_GB, en_CA, it, ja, nl, pl, pt_BR,
88 * New translations: be, en_GB, it, ja, pt, sq, zh_CN
89 * Updated translations: da, sv, vi
95 * New translations: da, pt_BR, sr
96 * Updated translations: cs, de, en_CA, nl, pl, sk, sv, vi
[all …]
DREADME124 The libexif translations are made by volunteers working on their own,
128 <https://translations.edge.launchpad.net/ubuntu/bionic/+source/libexif/+pots/libexif-12>.
129 Any updates to language translations coordinated by the Translation Project
/third_party/node/deps/npm/node_modules/tiny-relative-date/
DREADME.md15 The module returns a `relativeDate` function with English translations by default.
39 …e-date module can be initialised with a locale. See the [translations directory]('./translations')…
43 const deTranslations = require('tiny-relative-date/translations/de')
51 You can also use a completely custom locale by passing a translations object instead of a locale st…
74 Once you are set up, you can make changes to files in the `src/`, `spec/` and `translations/` direc…
88 If you would like to add a new locale, please create a JSON file in the `translations` directory an…
/third_party/jinja2/
Dext.py270 self, translations: "_SupportedTranslations", newstyle: t.Optional[bool] = None
274 gettext = getattr(translations, "ugettext", None)
276 gettext = translations.gettext
277 ngettext = getattr(translations, "ungettext", None)
279 ngettext = translations.ngettext
281 pgettext = getattr(translations, "pgettext", None)
282 npgettext = getattr(translations, "npgettext", None)
290 translations = gettext.NullTranslations()
292 if hasattr(translations, "pgettext"):
294 pgettext = translations.pgettext # type: ignore
[all …]
/third_party/elfutils/po/
DLINGUAS1 # List of translations, i.e. .po files supplied by translators.
4 # These are automagically created, not real translations.
/third_party/gstreamer/gstreamer/docs/random/
Di18n39 dir - so you could still have translations if it happens to be where the
40 translations are
42 - our translations are managed by the Translation Project
46 As the translator project website clearly states, only accept translations
/third_party/node/deps/npm/node_modules/tiny-relative-date/src/
Dfactory.js3 export default function relativeDateFactory (translations) { argument
36 const translation = translations[key]
/third_party/node/deps/npm/node_modules/tiny-relative-date/lib/
Dfactory.js11 function relativeDateFactory(translations) { argument
46 var translation = translations[key];
/third_party/node/tools/inspector_protocol/jinja2/
Dext.py181 def _install(self, translations, newstyle=None): argument
182 gettext = getattr(translations, 'ugettext', None)
184 gettext = translations.gettext
185 ngettext = getattr(translations, 'ungettext', None)
187 ngettext = translations.ngettext
208 def _uninstall(self, translations): argument
/third_party/skia/third_party/externals/jinja2/
Dext.py198 def _install(self, translations, newstyle=None): argument
199 gettext = getattr(translations, "ugettext", None)
201 gettext = translations.gettext
202 ngettext = getattr(translations, "ungettext", None)
204 ngettext = translations.ngettext
220 def _uninstall(self, translations): argument
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dmklicensestables.c634 GHashTable *translations; in write_translations_dictionary() local
644 translations = g_hash_table_new (g_str_hash, g_str_equal); in write_translations_dictionary()
660 if (!g_hash_table_lookup (translations, (gpointer) en)) { in write_translations_dictionary()
667 g_hash_table_insert (translations, (gpointer) en, in write_translations_dictionary()
680 if (!g_hash_table_lookup (translations, (gpointer) en)) { in write_translations_dictionary()
687 g_hash_table_insert (translations, (gpointer) en, in write_translations_dictionary()
705 g_hash_table_destroy (translations); in write_translations_dictionary()
Dmeson.build40 install_data('license-translations.dict',
50 'license-translations.dict'))
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp661 translations[NUM_GL_VERTEX_ATTRIB_TYPES][2] in GetVertexFormatInfo() local
672 if (translations[i][j][k].capsFlag == 0 || in GetVertexFormatInfo()
673 (supportedDeclTypes & translations[i][j][k].capsFlag) != 0) in GetVertexFormatInfo()
675 formatConverters[i][j][k] = translations[i][j][k].preferredConversion; in GetVertexFormatInfo()
679 formatConverters[i][j][k] = translations[i][j][k].fallbackConversion; in GetVertexFormatInfo()
/third_party/jerryscript/tests/jerry/es2015/
Dobject-pattern.js110 translations: [ property
124 translations: [
/third_party/gstreamer/gstplugins_base/scripts/
Dmeson.build3 meson.add_dist_script('dist-translations.py')
/third_party/gstreamer/gstplugins_bad/scripts/
Dmeson.build3 meson.add_dist_script('dist-translations.py')
/third_party/gstreamer/gstreamer/scripts/
Dmeson.build3 meson.add_dist_script('dist-translations.py')
/third_party/gstreamer/gstplugins_good/scripts/
Dmeson.build3 meson.add_dist_script('dist-translations.py')
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp838 translations[NUM_GL_VERTEX_ATTRIB_TYPES][2] in GetVertexFormatInfo() local
849 if (translations[i][j][k].capsFlag == 0 || in GetVertexFormatInfo()
850 (supportedDeclTypes & translations[i][j][k].capsFlag) != 0) in GetVertexFormatInfo()
852 formatConverters[i][j][k] = translations[i][j][k].preferredConversion; in GetVertexFormatInfo()
856 formatConverters[i][j][k] = translations[i][j][k].fallbackConversion; in GetVertexFormatInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.cpp899 const Vec2 translations[4] = in createOverlappingQuads() local
919 const Vec2& translation = translations[quadNdx]; in createOverlappingQuads()
964 const Vec2 translations[4] = in createOverlappingQuadsDualSource() local
986 const Vec2& translation = translations[quadNdx]; in createOverlappingQuadsDualSource()
/third_party/gstreamer/gstreamer/po/
DPOTFILES2 # marked to allow runtime translations of messages
/third_party/libphonenumber/resources/geocoding/ar/
D966.txt15 # Generated from the "en" file, translations courtesy of wikipedia.

12345678