Merge branch 'chore/update-cachex' into 'develop'
[akkoma] / priv / static / packs / locales / glitch / no.js.map
index f6ce52b893b7fd511da6e8690d4d9f52c2fdb39b..375fb7e7f3ecc353b5a52e797a860769153cd4a9 100644 (file)
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///app/javascript/builds/pleroma/mastofe/app/javascript/locales/index.js","webpack:///./node_modules/react-intl/locale-data/no.js","webpack:///app/javascript/builds/pleroma/mastofe/app/javascript/flavours/glitch/locales/no.js","webpack:///./tmp/locales/glitch/no.js"],"names":["theLocale","setLocale","locale","getLocale","__webpack_require__","r","__webpack_exports__","d","module","exports","pluralRuleFunction","e","t","fields","year","displayName","relative","0","1","-1","relativeTime","future","other","past","month","day","hour","minute","second","Object","assign","inherited","locales","localeData","no_default","a","messages","locales_no"],"mappings":"6FAAA,IAAIA,EAEG,SAASC,EAAUC,GACxBF,EAAYE,EAGP,SAASC,IACd,OAAOH,EAPTI,EAAAC,EAAAC,GAAAF,EAAAG,EAAAD,EAAA,8BAAAL,IAAAG,EAAAG,EAAAD,EAAA,8BAAAH,6/mBCC4DK,EAAAC,QAC3D,WACD,aAEA,QACAP,OAAA,KACAQ,mBAAA,SAAAC,EAAAC,GACA,OAAAA,EAAA,WAAAD,EAAA,eAEAE,OAAA,CACAC,KAAA,CACAC,YAAA,OACAC,SAAA,CACAC,EAAA,YACAC,EAAA,YACAC,KAAA,aAEAC,aAAA,CACAC,OAAA,CACAC,MAAA,UAEAC,KAAA,CACAD,MAAA,YAIAE,MAAA,CACAT,YAAA,QACAC,SAAA,CACAC,EAAA,aACAC,EAAA,aACAC,KAAA,cAEAC,aAAA,CACAC,OAAA,CACAC,MAAA,UAEAC,KAAA,CACAD,MAAA,YAIAG,IAAA,CACAV,YAAA,MACAC,SAAA,CACAC,EAAA,QACAC,EAAA,WACAC,KAAA,aAEAC,aAAA,CACAC,OAAA,CACAC,MAAA,UAEAC,KAAA,CACAD,MAAA,YAIAI,KAAA,CACAX,YAAA,OACAC,SAAA,CACAC,EAAA,aAEAG,aAAA,CACAC,OAAA,CACAC,MAAA,UAEAC,KAAA,CACAD,MAAA,YAIAK,OAAA,CACAZ,YAAA,SACAC,SAAA,CACAC,EAAA,eAEAG,aAAA,CACAC,OAAA,CACAC,MAAA,YAEAC,KAAA,CACAD,MAAA,cAIAM,OAAA,CACAb,YAAA,SACAC,SAAA,CACAC,EAAA,OAEAG,aAAA,CACAC,OAAA,CACAC,MAAA,UAEAC,KAAA,CACAD,MAAA,eAhG4DV,yDCK7CiB,SAAOC,OAAO,GAAIC,EAJhB,8BCOjBF,OAAAG,EAAA,UAAAH,CAAS,CACPI,WAAAC,EAAAC,EACAC,SAAAC","file":"locales/glitch/no.js","sourcesContent":["let theLocale;\n\nexport function setLocale(locale) {\n  theLocale = locale;\n}\n\nexport function getLocale() {\n  return theLocale;\n}\n","!function (e, t) {\n  \"object\" == typeof exports && \"undefined\" != typeof module ? module.exports = t() : \"function\" == typeof define && define.amd ? define(t) : (e.ReactIntlLocaleData = e.ReactIntlLocaleData || {}, e.ReactIntlLocaleData.no = t());\n}(this, function () {\n  \"use strict\";\n\n  return [{\n    locale: \"no\",\n    pluralRuleFunction: function pluralRuleFunction(e, t) {\n      return t ? \"other\" : 1 == e ? \"one\" : \"other\";\n    },\n    fields: {\n      year: {\n        displayName: \"Year\",\n        relative: {\n          0: \"this year\",\n          1: \"next year\",\n          \"-1\": \"last year\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} y\"\n          },\n          past: {\n            other: \"-{0} y\"\n          }\n        }\n      },\n      month: {\n        displayName: \"Month\",\n        relative: {\n          0: \"this month\",\n          1: \"next month\",\n          \"-1\": \"last month\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} m\"\n          },\n          past: {\n            other: \"-{0} m\"\n          }\n        }\n      },\n      day: {\n        displayName: \"Day\",\n        relative: {\n          0: \"today\",\n          1: \"tomorrow\",\n          \"-1\": \"yesterday\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} d\"\n          },\n          past: {\n            other: \"-{0} d\"\n          }\n        }\n      },\n      hour: {\n        displayName: \"Hour\",\n        relative: {\n          0: \"this hour\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} h\"\n          },\n          past: {\n            other: \"-{0} h\"\n          }\n        }\n      },\n      minute: {\n        displayName: \"Minute\",\n        relative: {\n          0: \"this minute\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} min\"\n          },\n          past: {\n            other: \"-{0} min\"\n          }\n        }\n      },\n      second: {\n        displayName: \"Second\",\n        relative: {\n          0: \"now\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} s\"\n          },\n          past: {\n            other: \"-{0} s\"\n          }\n        }\n      }\n    }\n  }];\n});","import inherited from 'mastodon/locales/no.json';\n\nconst messages = {\n  //  No translations available.\n};\n\nexport default Object.assign({}, inherited, messages);\n","//\n// locales/glitch/no.js\n// automatically generated by generateLocalePacks.js\n//\n\nimport messages from '../../../app/javascript/flavours/glitch/locales/no';\nimport localeData from 'react-intl/locale-data/no.js';\nimport { setLocale } from 'locales';\n\nsetLocale({\n  localeData,\n  messages,\n});\n"],"sourceRoot":""}
\ No newline at end of file
+{"version":3,"sources":["webpack:///./node_modules/react-intl/locale-data/no.js","webpack:///app/javascript/tank/sources/git/git.pleroma.social/pleroma/mastofe/app/javascript/locales/index.js","webpack:///app/javascript/tank/sources/git/git.pleroma.social/pleroma/mastofe/app/javascript/flavours/glitch/locales/no.js","webpack:///./tmp/locales/glitch/no.js"],"names":["module","exports","locale","pluralRuleFunction","e","t","fields","year","displayName","relative","0","1","relativeTime","future","other","past","month","day","hour","minute","second","theLocale","setLocale","getLocale","Object","assign","inherited","localeData","messages"],"mappings":"0ruBAC+DA,EAAOC,QAC9D,WACN,aAEA,MAAO,CAAC,CACNC,OAAQ,KACRC,mBAAoB,SAA4BC,EAAGC,GACjD,OAAOA,EAAI,QAAU,GAAKD,EAAI,MAAQ,SAExCE,OAAQ,CACNC,KAAM,CACJC,YAAa,OACbC,SAAU,CACRC,EAAG,YACHC,EAAG,YACH,KAAM,aAERC,aAAc,CACZC,OAAQ,CACNC,MAAO,UAETC,KAAM,CACJD,MAAO,YAIb,aAAc,CACZN,YAAa,OACbC,SAAU,CACRC,EAAG,YACHC,EAAG,YACH,KAAM,aAERC,aAAc,CACZC,OAAQ,CACNC,MAAO,UAETC,KAAM,CACJD,MAAO,YAIbE,MAAO,CACLR,YAAa,QACbC,SAAU,CACRC,EAAG,aACHC,EAAG,aACH,KAAM,cAERC,aAAc,CACZC,OAAQ,CACNC,MAAO,UAETC,KAAM,CACJD,MAAO,YAIb,cAAe,CACbN,YAAa,QACbC,SAAU,CACRC,EAAG,aACHC,EAAG,aACH,KAAM,cAERC,aAAc,CACZC,OAAQ,CACNC,MAAO,UAETC,KAAM,CACJD,MAAO,YAIbG,IAAK,CACHT,YAAa,MACbC,SAAU,CACRC,EAAG,QACHC,EAAG,WACH,KAAM,aAERC,aAAc,CACZC,OAAQ,CACNC,MAAO,UAETC,KAAM,CACJD,MAAO,YAIb,YAAa,CACXN,YAAa,MACbC,SAAU,CACRC,EAAG,QACHC,EAAG,WACH,KAAM,aAERC,aAAc,CACZC,OAAQ,CACNC,MAAO,UAETC,KAAM,CACJD,MAAO,YAIbI,KAAM,CACJV,YAAa,OACbC,SAAU,CACRC,EAAG,aAELE,aAAc,CACZC,OAAQ,CACNC,MAAO,UAETC,KAAM,CACJD,MAAO,YAIb,aAAc,CACZN,YAAa,OACbC,SAAU,CACRC,EAAG,aAELE,aAAc,CACZC,OAAQ,CACNC,MAAO,UAETC,KAAM,CACJD,MAAO,YAIbK,OAAQ,CACNX,YAAa,SACbC,SAAU,CACRC,EAAG,eAELE,aAAc,CACZC,OAAQ,CACNC,MAAO,YAETC,KAAM,CACJD,MAAO,cAIb,eAAgB,CACdN,YAAa,SACbC,SAAU,CACRC,EAAG,eAELE,aAAc,CACZC,OAAQ,CACNC,MAAO,YAETC,KAAM,CACJD,MAAO,cAIbM,OAAQ,CACNZ,YAAa,SACbC,SAAU,CACRC,EAAG,OAELE,aAAc,CACZC,OAAQ,CACNC,MAAO,UAETC,KAAM,CACJD,MAAO,YAIb,eAAgB,CACdN,YAAa,SACbC,SAAU,CACRC,EAAG,OAELE,aAAc,CACZC,OAAQ,CACNC,MAAO,UAETC,KAAM,CACJD,MAAO,eA1L6DT,I,+BCDhF,IAAIgB,EAEG,SAASC,EAAUpB,GACxBmB,EAAYnB,EAGP,SAASqB,IACd,OAAOF,EAPT,4F,qDCMeG,SAAOC,OAAO,GAAIC,EAJhB,I,yBCOjB,oBAAU,CACRC,WAAA,IACAC,SAAA,M","file":"locales/glitch/no.js","sourcesContent":["!function (e, t) {\n  \"object\" == typeof exports && \"undefined\" != typeof module ? module.exports = t() : \"function\" == typeof define && define.amd ? define(t) : (e.ReactIntlLocaleData = e.ReactIntlLocaleData || {}, e.ReactIntlLocaleData.no = t());\n}(this, function () {\n  \"use strict\";\n\n  return [{\n    locale: \"no\",\n    pluralRuleFunction: function pluralRuleFunction(e, t) {\n      return t ? \"other\" : 1 == e ? \"one\" : \"other\";\n    },\n    fields: {\n      year: {\n        displayName: \"Year\",\n        relative: {\n          0: \"this year\",\n          1: \"next year\",\n          \"-1\": \"last year\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} y\"\n          },\n          past: {\n            other: \"-{0} y\"\n          }\n        }\n      },\n      \"year-short\": {\n        displayName: \"Year\",\n        relative: {\n          0: \"this year\",\n          1: \"next year\",\n          \"-1\": \"last year\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} y\"\n          },\n          past: {\n            other: \"-{0} y\"\n          }\n        }\n      },\n      month: {\n        displayName: \"Month\",\n        relative: {\n          0: \"this month\",\n          1: \"next month\",\n          \"-1\": \"last month\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} m\"\n          },\n          past: {\n            other: \"-{0} m\"\n          }\n        }\n      },\n      \"month-short\": {\n        displayName: \"Month\",\n        relative: {\n          0: \"this month\",\n          1: \"next month\",\n          \"-1\": \"last month\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} m\"\n          },\n          past: {\n            other: \"-{0} m\"\n          }\n        }\n      },\n      day: {\n        displayName: \"Day\",\n        relative: {\n          0: \"today\",\n          1: \"tomorrow\",\n          \"-1\": \"yesterday\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} d\"\n          },\n          past: {\n            other: \"-{0} d\"\n          }\n        }\n      },\n      \"day-short\": {\n        displayName: \"Day\",\n        relative: {\n          0: \"today\",\n          1: \"tomorrow\",\n          \"-1\": \"yesterday\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} d\"\n          },\n          past: {\n            other: \"-{0} d\"\n          }\n        }\n      },\n      hour: {\n        displayName: \"Hour\",\n        relative: {\n          0: \"this hour\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} h\"\n          },\n          past: {\n            other: \"-{0} h\"\n          }\n        }\n      },\n      \"hour-short\": {\n        displayName: \"Hour\",\n        relative: {\n          0: \"this hour\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} h\"\n          },\n          past: {\n            other: \"-{0} h\"\n          }\n        }\n      },\n      minute: {\n        displayName: \"Minute\",\n        relative: {\n          0: \"this minute\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} min\"\n          },\n          past: {\n            other: \"-{0} min\"\n          }\n        }\n      },\n      \"minute-short\": {\n        displayName: \"Minute\",\n        relative: {\n          0: \"this minute\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} min\"\n          },\n          past: {\n            other: \"-{0} min\"\n          }\n        }\n      },\n      second: {\n        displayName: \"Second\",\n        relative: {\n          0: \"now\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} s\"\n          },\n          past: {\n            other: \"-{0} s\"\n          }\n        }\n      },\n      \"second-short\": {\n        displayName: \"Second\",\n        relative: {\n          0: \"now\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} s\"\n          },\n          past: {\n            other: \"-{0} s\"\n          }\n        }\n      }\n    }\n  }];\n});","let theLocale;\n\nexport function setLocale(locale) {\n  theLocale = locale;\n}\n\nexport function getLocale() {\n  return theLocale;\n}\n","import inherited from 'mastodon/locales/no.json';\n\nconst messages = {\n  //  No translations available.\n};\n\nexport default Object.assign({}, inherited, messages);\n","//\n// locales/glitch/no.js\n// automatically generated by generateLocalePacks.js\n//\n\nimport messages from '../../../app/javascript/flavours/glitch/locales/no';\nimport localeData from 'react-intl/locale-data/no.js';\nimport { setLocale } from 'locales';\n\nsetLocale({\n  localeData,\n  messages,\n});\n"],"sourceRoot":""}
\ No newline at end of file